Update 'user.js'
This commit is contained in:
parent
7d0d329da2
commit
e468ad152d
4
user.js
4
user.js
|
@ -228,7 +228,7 @@ user_pref("browser.discovery.enabled", false);
|
|||
// Disable Crash Reports ***/
|
||||
user_pref("breakpad.reportURL", "");
|
||||
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+]
|
||||
// [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+]
|
||||
// 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] ***/
|
||||
|
|
Loading…
Reference in New Issue