user.js

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

commit bcf38ca80b0728d919ee87aecbe41b30d9bb8aef
parent 71c81992f5607609746015e9f48661fed4cc45c7
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 19 Jul 2017 06:00:34 +1200

0512: disable Shield system add-on #171
Diffstat:
Muser.js | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -320,6 +320,12 @@ user_pref("extensions.pocket.enabled", false); * [2] https://wiki.mozilla.org/FlyWeb/Security_scenarios * [3] https://www.ghacks.net/2016/07/26/firefox-flyweb/ ***/ user_pref("dom.flyweb.enabled", false); +/* 0512: disable Shield (FF53+) + * Shield is an telemetry system (including Heartbeat) that can also push and test "recipes" + * [1] https://wiki.mozilla.org/Firefox/Shield + * [2] https://github.com/mozilla/normandy ***/ +user_pref("extensions.shield-recipe-client.enabled", false); +user_pref("extensions.shield-recipe-client.api_url", ""); /* 0513: disable Activity Stream (FF54+) * Activity Stream replaces "New Tab" with one based on metadata and browsing behavior, * and includes telemetry as well as web content such as snippets and "spotlight"