diff options
author | tilpner | 2020-06-14 20:41:32 +0200 |
---|---|---|
committer | tilpner | 2020-06-14 20:41:32 +0200 |
commit | 684014d933414615660ef9f7ed398ace21e6e216 (patch) | |
tree | 0fa9737bec324db9a67b37eef78c7b71f55a9ddf | |
parent | 624bf6aea6fc49f3ee4643df7b4693523e2d9452 (diff) | |
download | firefox-profiles-684014d933414615660ef9f7ed398ace21e6e216.tar.gz firefox-profiles-684014d933414615660ef9f7ed398ace21e6e216.tar.xz firefox-profiles-684014d933414615660ef9f7ed398ace21e6e216.zip |
minimalConnections: add librefox source
-rw-r--r-- | profiles/minimalConnections.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/minimalConnections.nix b/profiles/minimalConnections.nix index 0fd43fa..8bf3a72 100644 --- a/profiles/minimalConnections.nix +++ b/profiles/minimalConnections.nix @@ -8,7 +8,9 @@ - We have otherwise blocked the installation of arbitrary extensions. ''; + # Sources: # https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections + # https://github.com/intika/Librefox/blob/45a4d3ce647b8c896e81ce3e5ac5ddc95ff045e0/librefox/mozilla.cfg#L1167 policies = { CaptivePortal = false; DisableTelemetry = true; |