CrashReportsSubmit
Configure crash report submission settings.
Compatibility: Firefox Enterprise 150.0.0
Preferences Affected: browser.crashReports.unsubmittedCheck.enabled, browser.crashReports.unsubmittedCheck.autoSubmit2, browser.tabs.crashReporting.includeURL, browser.tabs.crashReporting.sendReport
Values
Section titled “Values”ForceAutoSubmitA Boolean. Controls whether crash reports are automatically submitted.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\CrashReportsSubmit\ForceAutoSubmit = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~CrashReportsSubmit/CrashReportsSubmit_ForceAutoSubmitValue (string):
<enabled/> or <disabled/><dict> <key>CrashReportsSubmit</key> <dict> <key>ForceAutoSubmit</key> <true/> | <false/> </dict></dict>policies.json
Section titled “policies.json”{ "policies": { "CrashReportsSubmit": { "ForceAutoSubmit": true | false } }}