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
Examples
Section titled “Examples”{ "policies": { "CrashReportsSubmit": { "Enabled": false } }}{ "policies": { "CrashReportsSubmit": { "Enabled": true } }}JSON schema
{ "type": "object", "properties": { "Enabled": { "type": "boolean" } }}Values
Section titled “Values”EnabledA Boolean. Controls whether crash reports are automatically submitted or not allowed to be submitted.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\CrashReportsSubmit\Enabled = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~CrashReportsSubmit/CrashReportsSubmit_EnabledValue (string):
<enabled/> or <disabled/><dict> <key>CrashReportsSubmit</key> <dict> <key>Enabled</key> <true/> | <false/> </dict></dict>