Update 'user.js'
This commit is contained in:
parent
b80c72d10f
commit
8f355e6141
2
user.js
2
user.js
|
@ -417,7 +417,7 @@ user_pref("extensions.formautofill.creditCards.available", false); // [FF57+]
|
||||||
user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
|
user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
|
||||||
user_pref("extensions.formautofill.section.enabledScopes", false);
|
user_pref("extensions.formautofill.section.enabledScopes", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable Web Compatibility Reporter [FF56+]
|
// Enforce disabling of 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]
|
user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue