{ 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; Locked = true; }; Preferences = ffLib.flattenAttrs { geo.enabled = false; }; }; }