Skip to content

DisableSafeMode

Disable safe mode (Troubleshoot Mode) within the browser.

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

FirefoxFirefox ESRFirefox Enterprise
Available since 60Available since 60Available since 149

Windows and macOS only.

CCK2 Equivalent: disableSafeMode
OMA-URI: DisableSafeMode
Preferences Affected: N/A

policies.json
{
"policies": {
"DisableSafeMode": true
}
}
JSON schema
DisableSafeMode JSON schema
{
"type": "boolean"
}
Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
<dict>
<key>DisableSafeMode</key>
<true/> | <false/>
</dict>