From f6114011446fcdc410fdef3ac111877444546071 Mon Sep 17 00:00:00 2001 From: Jonathan Mendez Date: Tue, 7 Jul 2026 17:12:12 -0500 Subject: [PATCH 1/2] Update CrashReportsSubmit to match recent policy changes --- .../docs/reference/policies/CrashReportsSubmit.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/docs/reference/policies/CrashReportsSubmit.mdx b/src/content/docs/reference/policies/CrashReportsSubmit.mdx index b165c6c..e9c4c4a 100644 --- a/src/content/docs/reference/policies/CrashReportsSubmit.mdx +++ b/src/content/docs/reference/policies/CrashReportsSubmit.mdx @@ -6,7 +6,7 @@ category: "Cloud reporting" Configure crash report submission settings. -**Compatibility:** Firefox Enterprise 150.0.0\ +**Compatibility:** Firefox Enterprise 154.0.0\ **Preferences Affected:** `browser.crashReports.unsubmittedCheck.enabled`, `browser.crashReports.unsubmittedCheck.autoSubmit2`, `browser.tabs.crashReporting.includeURL`, `browser.tabs.crashReporting.sendReport` > [!NOTE] @@ -18,12 +18,12 @@ Configure crash report submission settings. ## Values -- `ForceAutoSubmit` A Boolean. Controls whether crash reports are automatically submitted. +- `Enabled` A Boolean. Controls whether crash reports are automatically submitted or not allowed to be submitted. ## Windows (GPO) ``` -Software\Policies\Mozilla\Firefox\CrashReportsSubmit\ForceAutoSubmit = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\CrashReportsSubmit\Enabled = 0x1 | 0x0 ``` ## Windows (Intune) @@ -31,7 +31,7 @@ Software\Policies\Mozilla\Firefox\CrashReportsSubmit\ForceAutoSubmit = 0x1 | 0x0 OMA-URI: ```url -./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~CrashReportsSubmit/CrashReportsSubmit_ForceAutoSubmit +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~CrashReportsSubmit/CrashReportsSubmit_Enabled ``` Value (string): @@ -46,7 +46,7 @@ Value (string): CrashReportsSubmit - ForceAutoSubmit + Enabled | From 49bf78f432d296a13e3731b8ed22d644210c1ace Mon Sep 17 00:00:00 2001 From: Jonathan Mendez Date: Tue, 7 Jul 2026 17:22:09 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf7614..41bdc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ## Unreleased +#### Changed + +- `CrashReportsSubmit` policy: Update policy structure to remove `ForceAutoSubmit` key in favor of `Enabled` key ([#222](https://github.com/mozilla/enterprise-admin-reference/pull/222)) + ### fx-151.0.0 #### Added