Skip to content

AppUpdateURL

Change the URL for application update if you are providing Firefox updates from a custom update server.

FirefoxFirefox ESRFirefox Enterprise
Available since 62Available since 60.2.0Not supported

CCK2 Equivalent: N/A
OMA-URI: AppUpdateURL
Preferences Affected: app.update.url

policies.json
{
"policies": {
"AppUpdateURL": "https://yoursite.com"
}
}
JSON schema
AppUpdateURL JSON schema
{
"type": "string",
"format": "uri"
}
Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
<dict>
<key>AppUpdateURL</key>
<string>https://yoursite.com</string>
</dict>