Commit 7fa115dd authored by henry's avatar henry
Browse files

fixup! Firefox preference overrides.

Bug 42653: Hide neterror reporting checkbox.
parent f5f0ab07
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -212,6 +212,9 @@ pref("browser.tabs.crashReporting.sendReport", false);
pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
// Added in tor-browser#41496 even though false by default
// Added in tor-browser#41496 even though false by default
pref("browser.crashReports.unsubmittedCheck.enabled", false);
pref("browser.crashReports.unsubmittedCheck.enabled", false);
// Disable checkbox in about:neterror that controls
// security.xfocsp.errorReporting.automatic. See tor-browser#42653.
pref("security.xfocsp.errorReporting.enabled", false);
// Added in tor-browser#41496 even though it shuld be already always disabled
// Added in tor-browser#41496 even though it shuld be already always disabled
// since we disable MOZ_CRASHREPORTER.
// since we disable MOZ_CRASHREPORTER.
pref("breakpad.reportURL", "data:");
pref("breakpad.reportURL", "data:");