From 1946f3b4197cddc5ba14d8202b07b1b7bd833012 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 8 Dec 2018 02:36:02 +0000 Subject: [PATCH] 0503: normandy FF versions - confirmed all three were FF60: https://bugzilla.mozilla.org/show_bug.cgi?id=1436113 - also, for peace of mind, edited the once instance of [ANDROID] to use ( ) --- user.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/user.js b/user.js index c3af419..d9b62bd 100644 --- a/user.js +++ b/user.js @@ -369,13 +369,13 @@ user_pref("browser.contentblocking.enabled", true); // [FF63+] [DEFAULT: true] user_pref("_user.js.parrot", "0500 syntax error: the parrot's cashed in 'is chips!"); /* 0502: disable Mozilla permission to silently opt you into tests ***/ user_pref("network.allow-experiments", false); -/* 0503: disable Normandy/Shield [FF60+] +/* 0503: disable Normandy/Shield * 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("app.normandy.enabled", false); -user_pref("app.normandy.api_url", ""); -user_pref("app.shield.optoutstudies.enabled", false); +user_pref("app.normandy.enabled", false); // [FF60+] +user_pref("app.normandy.api_url", ""); // [FF60+] +user_pref("app.shield.optoutstudies.enabled", false); // [FF60+] /* 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+] @@ -1602,7 +1602,7 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true); // [FF54+] Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected. FF60: Fix keydown/keyup events (1438795) ** 1337157 - disable WebGL debug renderer info (see 4613) (FF60+) - ** 1459089 - disable OS locale in HTTP Accept-Language headers [ANDROID] (FF62+) + ** 1459089 - disable OS locale in HTTP Accept-Language headers (ANDROID) (FF62+) ** 1363508 - spoof/suppress Pointer Events (see 2516) (FF64+) FF65: pointerEvent.pointerid (1492766) ***/