From ada8db121af7571d03498c349030804dbe0e105f Mon Sep 17 00:00:00 2001 From: tilpner Date: Sun, 5 Apr 2020 21:29:11 +0200 Subject: noLocation: document --- profiles/noLocation.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'profiles') 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; -- cgit v1.2.3