From 4a91b866a40e4e24d3e0d32bf07d520223cb8cfc Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 30 Sep 2017 19:05:30 +1300 Subject: [PATCH] 4500: clarify RFP Geo API This is not the same as disabling the API with `geo.enabled` - see https://bugzilla.mozilla.org/show_bug.cgi?id=1403813 --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 326d271..357baac 100644 --- a/user.js +++ b/user.js @@ -1573,7 +1573,7 @@ user_pref("privacy.firstparty.isolate.restrict_opener_access", true); ** 1369357 - disable site specific zoom (see 2515) (FF56+) ** 1337161 - hide gamepads from content (see 2501) (FF56+) ** 1372072 - spoof network information API as "unknown" (see 2503) (FF56+) - ** 1372069 - disable geolocation API (see 0201) (FF56+) + ** 1372069 & 1403813 - block geolocation requests (same as if you deny a site permission) (see 0201) (FF56+) ** 1333641 - reduce fingerprinting in WebSpeech API (see 2021) (FF56+) ** 1369309 - spoof media statistics (see 2506) (FF57+) ** 1382499 - reduce screen co-ordinate fingerprinting in Touch API (see 2509) (FF57+)