"DisablePrivateBrowsing": true
}
}
+### DisableProfileRefresh
+This policy disables the Refresh Firefox button on about:support and support.mozilla.org.
+```
+{
+ "policies": {
+ "DisableProfileRefresh": true
+ }
+}
```
### DisableSafeMode
This policy disables safe mode on Windows only
<string id="DisablePocket_Explain">Prevents ability to save webpages to Pocket.</string>
<string id="DisablePrivateBrowsing">Disable Private Browsing</string>
<string id="DisablePrivateBrowsing_Explain">Disables private browsing.</string>
+ <string id="DisableProfileRefresh">Disable Profile Refresh</string>
+ <string id="DisableProfileRefresh_Explain">If this policy is enabled, the "Refresh Firefox" button is not available on the about:support page or on support.mozilla.org.
+
+If this policy is not configured or disabled, the "Refresh Firefox" button is available.</string>
<string id="DisableSafeMode">Disable Safe Mode</string>
<string id="DisableSafeMode_Explain">Prevents ability to restart in safe mode.</string>
<string id="DisableSysAddonUpdate">Disable System Addon Updates</string>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="DisableProfileRefresh" class="Both" displayName="$(string.DisableProfileRefresh)" explainText="$(string.DisableProfileRefresh_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableProfileRefresh">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_WINXPSP2"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="DisableSafeMode" class="Both" displayName="$(string.DisableSafeMode)" explainText="$(string.DisableSafeMode_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableSafeMode">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_WINXPSP2"/>