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