Skip to content

CrashReportsSubmit

Configure crash report submission settings.

Compatibility: Firefox Enterprise 154.0.0
Preferences Affected: browser.crashReports.unsubmittedCheck.enabled, browser.crashReports.unsubmittedCheck.autoSubmit2, browser.tabs.crashReporting.includeURL, browser.tabs.crashReporting.sendReport

policies.json
{
"policies": {
"CrashReportsSubmit": {
"Enabled": false
}
}
}
policies.json
{
"policies": {
"CrashReportsSubmit": {
"Enabled": true
}
}
}
JSON schema
CrashReportsSubmit JSON schema
{
"type": "object",
"properties": {
"Enabled": {
"type": "boolean"
}
}
}
  • Enabled A Boolean. Controls whether crash reports are automatically submitted or not allowed to be submitted.
Software\Policies\Mozilla\Firefox\CrashReportsSubmit\Enabled = 0x1 | 0x0

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~CrashReportsSubmit/CrashReportsSubmit_Enabled

Value (string):

<enabled/> or <disabled/>
<dict>
<key>CrashReportsSubmit</key>
<dict>
<key>Enabled</key>
<true/> | <false/>
</dict>
</dict>