diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index c5809d041e..5576b64af2 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -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.