1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-07-18 01:31:36 +05:30

enforce browser.crashReports.unsubmittedCheck.enabled

This commit is contained in:
yokoffing
2026-07-05 10:53:01 -04:00
committed by GitHub
parent 417f3bf698
commit 8bd834e563
+2 -1
View File
@@ -10,7 +10,7 @@
/****************************************************************************
* Betterfox *
* "Ad meliora" *
* version: 152 *
* version: 154 *
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/
@@ -146,6 +146,7 @@ user_pref("app.normandy.api_url", "");
/** CRASH REPORTS ***/
user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false);
user_pref("browser.crashReports.unsubmittedCheck.enabled", false);
/****************************************************************************
* SECTION: PESKYFOX *