user.js

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

commit 04f14490035d12c059f4a07a124681be1c843c68
parent 53a69ff5bc1551aef99f03819cdf556db1107322
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 20 Mar 2018 03:57:18 +0000

0512: shield pref name changes 60+

https://bugzilla.mozilla.org/show_bug.cgi?id=1436113
Diffstat:
Muser.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -357,6 +357,8 @@ user_pref("extensions.pocket.enabled", false); * [2] https://github.com/mozilla/normandy ***/ user_pref("extensions.shield-recipe-client.enabled", false); user_pref("extensions.shield-recipe-client.api_url", ""); +user_pref("app.normandy.enabled", false); // (FF60+) +user_pref("app.normandy.api_url", ""); // (FF60+) /* 0513: disable Follow On Search (FF53+) * Just DELETE the XPI file in your system extensions directory * [1] https://blog.mozilla.org/data/2017/06/05/measuring-search-in-firefox/ ***/