From 0aae7986ff8f19d33c5c1817f81998ec86a3d1ee Mon Sep 17 00:00:00 2001 From: Josh Porter Date: Thu, 12 Mar 2026 11:51:02 -0400 Subject: [PATCH] feat: add CrashReportsAutoSubmit policy --- .../policies/CrashReportsAutoSubmit.mdx | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/content/docs/reference/policies/CrashReportsAutoSubmit.mdx diff --git a/src/content/docs/reference/policies/CrashReportsAutoSubmit.mdx b/src/content/docs/reference/policies/CrashReportsAutoSubmit.mdx new file mode 100644 index 0000000..7d5246c --- /dev/null +++ b/src/content/docs/reference/policies/CrashReportsAutoSubmit.mdx @@ -0,0 +1,50 @@ +--- +title: "CrashReportsAutoSubmit" +description: "Enable or disable automatically sending crash reports." +category: "Cloud reporting" +--- + +Enable or disable automatically sending crash reports. + +**Compatibility:** Firefox Enterprise 150.0.0\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** `browser.crashReports.unsubmittedCheck.enabled`, `browser.crashReports.unsubmittedCheck.autoSubmit2`, `browser.tabs.crashReporting.includeURL`, `browser.tabs.crashReporting.sendReport` + +## Windows (GPO) + +``` +Software\Policies\Mozilla\Firefox\CrashReportsAutoSubmit = 0x1 | 0x0 +``` + +## Windows (Intune) + +OMA-URI: + +```url +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CrashReportsAutoSubmit +``` + +Value (string): + +```xml + or +``` + +## macOS + +```xml + + CrashReportsAutoSubmit + | + +``` + +## policies.json + +```json +{ + "policies": { + "CrashReportsAutoSubmit": true | false + } +} +```