user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e4002913d95b38114badb1938fd3d0a51806e2a8
parent 9499122d961d6120df7ac361ea9db0c48a548ec3
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 24 Jul 2017 03:32:57 +1200

0515: some onboarding truths
Diffstat:
Muser.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -344,7 +344,10 @@ user_pref("browser.newtabpage.activity-stream.enabled", false); /* 0515: 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 - * [1] https://wiki.mozilla.org/Firefox/Onboarding ***/ + * [NOTE] Onboarding leaks resource://URIs [2], and uses Google Analytics [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