commit 16499e961100e750751fa9187e2b72174f736063
parent 4e36051192b2ee20c0fc5a26473e8fc6f6f7b802
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Fri, 21 Jul 2017 18:18:47 +1200
0516: Screenshots #171
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -337,6 +337,10 @@ user_pref("browser.newtabpage.activity-stream.enabled", false);
* about:home or about:newtab is opened, the onboarding overlay is injected into that page
* [1] https://wiki.mozilla.org/Firefox/Onboarding ***/
user_pref("browser.onboarding.enabled", false);
+/* 0516: disable Screenshots (FF55+)
+ * [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);
/*** 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!");