user.js

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

commit 71fd837308ad5f7db5426b32eef4efc45dda6696
parent bb07b0e78c06c606a4c54fb4e3d6eb3c9a443b38
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 25 Jul 2017 06:29:20 +1200

0515: correct reference notation
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -344,7 +344,7 @@ 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 - * [NOTE] Onboarding leaks resource://URIs [2], and uses Google Analytics [3] + * [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 ***/