user.js

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

commit 772fa4e06ef74edb64ddedbd172ccc3676146a25
parent 78dc31f6d6e61a7faa7918d2a0070a0f453785b1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun,  6 May 2018 13:10:30 +0000

geo changes, fixes #415

NOTE: RFP still blocks geo, but this will be reverted at some stage: see https://bugzilla.mozilla.org/show_bug.cgi?id=1441295
Diffstat:
Muser.js | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/user.js b/user.js @@ -86,7 +86,11 @@ user_pref("browser.shell.checkDefaultBrowser", false); user_pref("_user.js.parrot", "0200 syntax error: the parrot's definitely deceased!"); /* 0201: disable Location-Aware Browsing * [1] https://www.mozilla.org/firefox/geolocation/ ***/ -user_pref("geo.enabled", false); + // user_pref("geo.enabled", false); +/* 0201b: set a default permission for Location (FF58+) + * [SETTING] to add site exceptions: Page Info>Permissions>Access Your Location + * [SETTING] to manage site exceptions: Privacy & Security>Permissions>Location>Settings ***/ +user_pref("permissions.default.geo", 2); // 0=always ask (default), 1=allow, 2=block /* 0202: disable GeoIP-based search results * [NOTE] May not be hidden if Firefox has changed your settings due to your locale * [1] https://trac.torproject.org/projects/tor/ticket/16254 @@ -113,10 +117,6 @@ user_pref("intl.regional_prefs.use_os_locales", false); * Optionally enable logging to the console (defaults to false) ***/ user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); // user_pref("geo.wifi.logging.enabled", true); // (hidden pref) -/* 0211: set a default permission for Location (FF58+) - * [SETTING] to add site exceptions: Page Info>Permissions>Access Your Location - * [SETTING] to manage site exceptions: Privacy & Security>Permissions>Location>Settings ***/ - // user_pref("permissions.default.geo", 2); // 0=always ask (default), 1=allow, 2=block /*** 0300: QUIET FOX We choose to not disable auto-CHECKs (0301's) but to disable auto-INSTALLs (0302's).