Update 'user.js (less connections)'

This commit is contained in:
Narsil 2021-03-19 15:10:00 -04:00
parent a2a52ea931
commit 175941b116
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ user_pref("extensions.getAddons.get.url", "https://services.addons.mozilla.org/a
user_pref("extensions.getAddons.link.url", "https://addons.mozilla.org/en-US/firefox/"); // [URL SANITIZED]
user_pref("extensions.getAddons.search.browseURL", "https://addons.mozilla.org/en-US/android/search?q=%TERMS%&platform=%OS%&appver=%VERSION%"); // [URL SANITIZED]
// -------------------------------------
// Pref : Disable Web Compatibility Reporter
// Pref : Enforce disabling of Web Compatibility Reporter
// 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.newIssueEndpoint", "");