From 436db6c02da4c453b1259b9efcf288266e8ea3ff Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 13 May 2017 12:04:45 +1200 Subject: [PATCH] splinter part of 0402 kinto into 0403 #113 --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index 0e5b105..5157c3f 100644 --- 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", "");