[Basilisk] Clean up an unused pref. Remove link to mozilla site from crash reporter

This commit is contained in:
Basilisk-Dev 2023-09-25 16:40:28 -04:00 committed by roytam1
commit 23ef0c81f7

View file

@ -869,8 +869,7 @@ pref("browser.zoom.updateBackgroundTabs", true);
pref("breakpad.reportURL", "");
// URL for "Learn More" for Crash Reporter
pref("toolkit.crashreporter.infoURL",
"https://www.mozilla.org/legal/privacy/firefox.html#crash-reporter");
pref("toolkit.crashreporter.infoURL", "");
// base URL for web-based support pages
pref("app.support.baseURL", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/");
@ -1333,12 +1332,6 @@ pref("browser.crashReports.unsubmittedCheck.enabled", false);
pref("browser.crashReports.unsubmittedCheck.chancesUntilSuppress", 4);
pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
#ifdef NIGHTLY_BUILD
// Enable the (fairly costly) client/server validation on nightly only. The other prefs
// controlling validation are located in /services/sync/services-sync.js
pref("services.sync.validation.enabled", true);
#endif
// When a user cancels this number of authentication dialogs coming from
// a single web page (eTLD+1) in a row, all following authentication dialogs
// will be blocked (automatically canceled) for that page.