Skip to content

DisableSafeMode

Disable safe mode (Troubleshoot Mode) within the browser.

On Windows, this disables safe mode via the command line as well.

Compatibility: Firefox 60, Firefox ESR 60 (Windows, macOS)
CCK2 Equivalent: disableSafeMode
Preferences Affected: N/A

Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode

Value (string):

<enabled/> or <disabled/>
<dict>
<key>DisableSafeMode</key>
<true/> | <false/>
</dict>
{
"policies": {
"DisableSafeMode": true | false
}
}