re-enabled manual crash reporting

This commit is contained in:
trytomakeyouprivate 2023-02-05 19:04:06 +01:00 committed by GitHub
parent 8259191167
commit 8c917cf415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,8 +181,8 @@ user_pref("app.normandy.api_url", "");
/** CRASH REPORTS ***/
/* 0350: disable Crash Reports ***/
user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false); // [FF44+]
user_pref("breakpad.reportURL", "https://www.mozilla.org/legal/privacy/firefox.html#crash-reporter");
user_pref("browser.tabs.crashReporting.sendReport", true); // [FF44+]
// user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // [FF51+] [DEFAULT: false]
/* 0351: enforce no submission of backlogged Crash Reports [FF58+]
* [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to send backlogged crash reports ***/