user.js

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

commit dceef9d1dbb8060be767f9fce3d7f3f07f3803f5
parent 9386fb55819f960842a5328cb614e13899f5d805
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed,  4 Jul 2018 12:53:21 +0000

0503: disable savant
Diffstat:
Muser.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -336,6 +336,7 @@ user_pref("network.allow-experiments", false); user_pref("app.normandy.enabled", false); user_pref("app.normandy.api_url", ""); user_pref("app.shield.optoutstudies.enabled", false); +user_pref("shield.savant.enabled", false); // (FF61+) /* 0505: disable System Add-on updates * [NOTE] In FF61 and lower, you will not get any System Add-on updates except when you update Firefox ***/ // user_pref("extensions.systemAddon.update.enabled", false); // (FF62+)