user.js

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

commit 436db6c02da4c453b1259b9efcf288266e8ea3ff
parent cd13d479eececb205d7183d97b691f8d61c37a12
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 13 May 2017 12:04:45 +1200

splinter part of 0402 kinto into 0403 #113
Diffstat:
Muser.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -234,10 +234,10 @@ user_pref("extensions.blocklist.url", "https://blocklist.addons.mozilla.org/bloc /* 0402: enforce Kinto blocklist updates (FF50+) * What is Kinto?: https://wiki.mozilla.org/Firefox/Kinto#Specifications * As Firefox transitions to Kinto, the blocklists have been broken down into entries for certs to be - * revoked, add-ons and plugins to be disabled, and gfx environments that cause problems or crashes. Use - * .update_enabled as a master switch or remove the .collection name to disable each individually ***/ + * revoked, add-ons and plugins to be disabled, and gfx environments that cause problems or crashes ***/ user_pref("services.blocklist.update_enabled", true); user_pref("services.blocklist.signing.enforced", true); +/* 0403: disable individual unwanted/unneeded parts of the Kinto blocklists ***/ // user_pref("services.blocklist.onecrl.collection", ""); // revoked certificates // user_pref("services.blocklist.addons.collection", ""); // user_pref("services.blocklist.plugins.collection", "");