Update 'user.js'

This commit is contained in:
Narsil 2021-03-15 07:10:22 -04:00
parent 7d0d329da2
commit e468ad152d
1 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ user_pref("browser.discovery.enabled", false);
// Disable Crash Reports ***/ // Disable Crash Reports ***/
user_pref("breakpad.reportURL", ""); user_pref("breakpad.reportURL", "");
user_pref("browser.tabs.crashReporting.sendReport", false); // [FF44+] user_pref("browser.tabs.crashReporting.sendReport", false); // [FF44+]
user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // [FF51+] [DEFAULT: false except Nightly] user_pref("browser.crashReports.unsubmittedCheck.enabled", false); // [FF51+] [DEFAULT: false]
// ------------------------------------- // -------------------------------------
// Enforce no submission of backlogged Crash Reports [FF58+] // Enforce no submission of backlogged Crash Reports [FF58+]
// [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to send backlogged crash reports ***/ // [SETTING] Privacy & Security>Firefox Data Collection & Use>Allow Firefox to send backlogged crash reports ***/
@ -419,7 +419,7 @@ user_pref("extensions.formautofill.section.enabledScopes", false);
// ------------------------------------- // -------------------------------------
// Disable Web Compatibility Reporter [FF56+] // Disable Web Compatibility Reporter [FF56+]
// Web Compatibility Reporter adds a "Report Site Issue" button to send data to Mozilla ***/ // Web Compatibility Reporter adds a "Report Site Issue" button to send data to Mozilla ***/
user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false in stable] user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
// //
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// BLOCK IMPLICIT OUTBOUND [not explicitly asked for - e.g. clicked on] ***/ // BLOCK IMPLICIT OUTBOUND [not explicitly asked for - e.g. clicked on] ***/