Skip to content

DownloadDirectory

Set and lock the download directory. You can use ${home} for the native home directory.

FirefoxFirefox ESRFirefox Enterprise
Available since 68Available since 68Available since 149

CCK2 Equivalent: N/A
OMA-URI: DownloadDirectory
Preferences Affected: browser.download.dir, browser.download.folderList, browser.download.useDownloadDir

policies.json
{
"policies": {
"DownloadDirectory": "${home}/Downloads"
}
}
JSON schema
DownloadDirectory JSON schema
{
"type": "string"
}
Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
<dict>
<key>DownloadDirectory</key>
<string>${home}/Downloads</string>
</dict>