diff options
-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; |