Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #182 from ghacksuserjs/earthlng-patch-2
0515+0516 - screenshots already bundled with FF54
  • Loading branch information
Thorin-Oakenpants committed Jul 28, 2017
2 parents 4d0c296 + f52cb0e commit b24539c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions user.js
Expand Up @@ -343,18 +343,18 @@ user_pref("extensions.shield-recipe-client.api_url", "");
* [1] https://wiki.mozilla.org/Firefox/Activity_Stream
* [2] https://www.ghacks.net/2016/02/15/firefox-mockups-show-activity-stream-new-tab-page-and-share-updates/ ***/
user_pref("browser.newtabpage.activity-stream.enabled", false);
/* 0515: disable Onboarding (FF55+)
/* 0515: disable Screenshots (FF54+)
* [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); // (FF55+)
/* 0516: disable Onboarding (FF55+)
* Onboarding is an interactive tour/setup for new installs/profiles and features. Every time
* about:home or about:newtab is opened, the onboarding overlay is injected into that page
* [NOTE] Onboarding uses Google Analytics [2], and leaks resource://URIs [3]
* [1] https://wiki.mozilla.org/Firefox/Onboarding
* [2] https://github.com/mozilla/onboard/commit/db4d6c8726c89a5d6a241c1b1065827b525c5baf
* [3] https://bugzilla.mozilla.org/show_bug.cgi?id=863246#c154 ***/
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);
/* 0517: disable Form Autofill (FF55+)
* [SETTING] Options>Privacy>Forms & Passwords>Enable Profile Autofill
* [NOTE] Stored data is NOT secure (uses a JSON file)
Expand Down Expand Up @@ -1978,3 +1978,7 @@ user_pref("media.eme.apiVisible", false);
// [-] https://bugzilla.mozilla.org/show_bug.cgi?id=1342361
user_pref("dom.archivereader.enabled", false);
// ***/
/* FF55
// 0515: disable Screenshots (FF54+) - replaced by extensions.screenshots.disabled
// user_pref("extensions.screenshots.system-disabled", true);
***/

1 comment on commit b24539c

@earthlng
Copy link
Contributor

@earthlng earthlng commented on b24539c Jul 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extensions.screenshots.system-disabled is not replaced by .disabled. Both will still be in FF55!
see #123

Please sign in to comment.