user.js

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

commit 3003f2dd85be1851d1493e94df801c5c6d8c29ef
parent ce48306a0dffffedc5932d8eac05c79e7a0f69c1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 13 Nov 2018 15:30:39 +0000

make up yer mind

stick it back in for two releases - pref gets removed in FF65 anyway
Diffstat:
Muser.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -295,6 +295,8 @@ user_pref("browser.safebrowsing.provider.google4.dataSharingURL", ""); * [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1170190,1141814 ***/ // user_pref("privacy.trackingprotection.annotate_channels", false); // user_pref("privacy.trackingprotection.lower_network_priority", false); +/* 0426: enforce Content Blocking (required to block cookies) (FF63+) ***/ +user_pref("browser.contentblocking.enabled", true); // default: true /*** 0500: SYSTEM ADD-ONS / EXPERIMENTS System Add-ons are a method for shipping extensions, considered to be