0518: disable Web Compatibility Reporter #171

This commit is contained in:
Thorin-Oakenpants 2017-07-21 18:23:14 +12:00 committed by GitHub
parent 16499e9611
commit 049841acb1

View File

@ -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!");