diff options
author | tilpner | 2020-04-05 21:29:11 +0200 |
---|---|---|
committer | tilpner | 2020-04-05 21:29:11 +0200 |
commit | ada8db121af7571d03498c349030804dbe0e105f (patch) | |
tree | b1eff6f3eea592fc6a04565a5f68681265112008 /profiles/noLocation.nix | |
parent | 828a3c612e46850d7887f7e60187f207c281fbc2 (diff) | |
download | firefox-profiles-ada8db121af7571d03498c349030804dbe0e105f.tar.gz firefox-profiles-ada8db121af7571d03498c349030804dbe0e105f.tar.xz firefox-profiles-ada8db121af7571d03498c349030804dbe0e105f.zip |
noLocation: document
Diffstat (limited to 'profiles/noLocation.nix')
-rw-r--r-- | profiles/noLocation.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/noLocation.nix b/profiles/noLocation.nix index 7b05a98..83563df 100644 --- a/profiles/noLocation.nix +++ b/profiles/noLocation.nix @@ -1,4 +1,10 @@ { ffLib }: { + meta.description = '' + Forbid requests for the users precise location. + The remote end will still be able to look up the users IP address in a database, for + an approximate location. + ''; + policies = { Permissions.Location = { BlockNewRequests = true; |