From 16499e961100e750751fa9187e2b72174f736063 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 21 Jul 2017 18:18:47 +1200 Subject: [PATCH] 0516: Screenshots #171 --- user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user.js b/user.js index dfc1d96..11dcdab 100644 --- 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!");