user.js

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

commit 2a240b4a106b6540084b4b227e52d661534abb09
parent 9249fc6ed0ac69a60eaeecfae53e7ff093cd6ab6
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 13 May 2017 10:01:27 +1200

0401 extension.blocklist #113

No effective changes made, i.e extensions.blocklist.enabled is not disabled, just not enforced.
Diffstat:
Muser.js | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -224,11 +224,11 @@ user_pref("dom.flyweb.enabled", false); continually being improved, have been taken to preserve privacy. Disable at your own risk. ***/ user_pref("ghacks_user.js.parrot", "0400 syntax error: the parrot's passed on!"); -/* 0401: DON'T disable extension blocklist, but sanitize blocklist url - * It now includes updates for "revoked certificates" +/* 0401: disable extension blocklist, but sanitize blocklist url + * [WARNING] Not recommended as it includes updates for "revoked certificates" * [1] https://blog.mozilla.org/security/2015/03/03/revoking-intermediate-certificates-introducing-onecrl * [2] https://trac.torproject.org/projects/tor/ticket/16931 ***/ -user_pref("extensions.blocklist.enabled", true); + // user_pref("extensions.blocklist.enabled", false); user_pref("extensions.blocklist.url", "https://blocklist.addons.mozilla.org/blocklist/3/%APP_ID%/%APP_VERSION%/"); /* 0402: disable Kinto blocklist updates (FF50+) * What is Kinto?: https://wiki.mozilla.org/Firefox/Kinto#Specifications