aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2020-04-05 21:43:38 +0200
committertilpner2020-04-05 21:43:38 +0200
commitd8aa4a201e5c78ccfa5b61aee603b665f8d36e40 (patch)
tree3531d3a10b6326afd93dfca4b9c204f4dd036ba4
parent9736f779b42e09135ed6399fe90006855870c4a6 (diff)
downloadfirefox-profiles-d8aa4a201e5c78ccfa5b61aee603b665f8d36e40.tar.gz
firefox-profiles-d8aa4a201e5c78ccfa5b61aee603b665f8d36e40.tar.xz
firefox-profiles-d8aa4a201e5c78ccfa5b61aee603b665f8d36e40.zip
noAccounts: document
-rw-r--r--profiles/noAccounts.nix9
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;
};