commit 049841acb13f88dcc06fd5eef3ead4019000a346
parent 16499e961100e750751fa9187e2b72174f736063
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Fri, 21 Jul 2017 18:23:14 +1200
0518: disable Web Compatibility Reporter #171
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -341,6 +341,9 @@ user_pref("browser.onboarding.enabled", false);
* [1] https://github.com/mozilla-services/screenshots
* [2] https://www.ghacks.net/2017/05/28/firefox-screenshots-integrated-in-firefox-nightly/ ***/
// user_pref("extensions.screenshots.disabled", true);
+/* 0518: 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);
/*** 0600: BLOCK IMPLICIT OUTBOUND [not explicitly asked for - eg clicked on] ***/
user_pref("ghacks_user.js.parrot", "0600 syntax error: the parrot's no more!");