user.js

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

commit 3a39425ab2b43d516d4fba839e322957986e9428
parent 49d229b90f75295d09a759be0e34776c35ba48cb
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue,  2 May 2017 03:14:06 +1200

kinto: do not block any of it in the template

there are no privacy/security issues here - by default we should not block any of these, but if end-users wish to, then it's up to them
Diffstat:
Muser.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -242,8 +242,8 @@ user_pref("services.blocklist.update_enabled", true); user_pref("services.blocklist.signing.enforced", true); user_pref("services.blocklist.onecrl.collection", "certificates"); // revoked certificates user_pref("services.blocklist.addons.collection", "addons"); -user_pref("services.blocklist.plugins.collection", ""); // if you have no plugins -user_pref("services.blocklist.gfx.collection", ""); // if gfx hw acceleration is disabled +user_pref("services.blocklist.plugins.collection", "plugins"); // if you have no plugins +user_pref("services.blocklist.gfx.collection", "gfx"); // if gfx hw acceleration is disabled /* 0410: disable Safe Browsing (SB) * This sub-section has been redesigned to differentiate between "real-time"/"user initiated" * data being sent to Google from all other settings such as using local blocklists/whitelists