Update 'user.js'

This commit is contained in:
Narsil 2021-03-19 15:11:08 -04:00
parent b80c72d10f
commit 8f355e6141
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ user_pref("extensions.formautofill.creditCards.available", false); // [FF57+]
user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
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 ***/
user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
//