DefaultDownloadDirectory
Set the default download directory.
You can use ${home} for the native home directory.
Compatibility: Firefox 68, Firefox ESR 68
CCK2 Equivalent: N/A
Preferences Affected: browser.download.dir, browser.download.folderList
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectoryValue (string):
<enabled/><data id="Preferences_String" value="${home}\Downloads"/><dict> <key>DefaultDownloadDirectory</key> <string>${home}/Downloads</string></dict>policies.json (macOS and Linux)
Section titled “policies.json (macOS and Linux)”{ "policies": { "DefaultDownloadDirectory": "${home}/Downloads" }}policies.json (Windows)
Section titled “policies.json (Windows)”{ "policies": { "DefaultDownloadDirectory": "${home}\\Downloads" }}