Skip to content
Snippets Groups Projects
Verified Commit 7f62dab3 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

Bug 42653: Hide neterror reporting checkbox.
parent e5b3573b
Branches
Tags
No related merge requests found
......@@ -212,6 +212,9 @@ pref("browser.tabs.crashReporting.sendReport", false);
pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
// Added in tor-browser#41496 even though false by default
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
// since we disable MOZ_CRASHREPORTER.
pref("breakpad.reportURL", "data:");
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment