OverridePostUpdatePage
Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
The upgrade page, also called the "What's New" page, is the extra tab Firefox opens the first time it starts after updating to a new version. It is normally a page on mozilla.org describing what changed in that release. Setting this policy replaces that page and stops Firefox from using a page supplied with the update itself.
For the page shown the first time a new profile is used, see the OverrideFirstRunPage policy.
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Available since 60 | Available since 60 | Available since 149 |
CCK2 Equivalent: upgradePage,noUpgradePage
OMA-URI: OverridePostUpdatePage
Preferences Affected: startup.homepage_override_url
Examples
Section titled “Examples”{ "policies": { "OverridePostUpdatePage": "http://example.org" }}JSON schema
{ "type": "string", "anyOf": [ { "format": "uri" }, { "maxLength": 0 } ]}Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"<dict> <key>OverridePostUpdatePage</key> <string>http://example.org</string></dict>