diff options
author | tilpner | 2020-04-05 21:43:38 +0200 |
---|---|---|
committer | tilpner | 2020-04-05 21:43:38 +0200 |
commit | d8aa4a201e5c78ccfa5b61aee603b665f8d36e40 (patch) | |
tree | 3531d3a10b6326afd93dfca4b9c204f4dd036ba4 /profiles | |
parent | 9736f779b42e09135ed6399fe90006855870c4a6 (diff) | |
download | firefox-profiles-d8aa4a201e5c78ccfa5b61aee603b665f8d36e40.tar.gz firefox-profiles-d8aa4a201e5c78ccfa5b61aee603b665f8d36e40.tar.xz firefox-profiles-d8aa4a201e5c78ccfa5b61aee603b665f8d36e40.zip |
noAccounts: document
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/noAccounts.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/noAccounts.nix b/profiles/noAccounts.nix index 6e712a4..3ca523d 100644 --- a/profiles/noAccounts.nix +++ b/profiles/noAccounts.nix @@ -1,4 +1,13 @@ { }: { + meta.description = '' + Disable Firefox Accounts. + + This may inconvenience users who already use them on other devices, + but if we otherwise prevent the local storage of browsing information, + it would be inconsistent to let the user sign in and potentionally + store that same information remotely. + ''; + preferences = { identity.fxaccounts.enabled = false; }; |