aboutsummaryrefslogtreecommitdiff
path: root/profiles/noUpdates.nix
diff options
context:
space:
mode:
authortilpner2020-04-05 22:03:29 +0200
committertilpner2020-04-05 22:03:29 +0200
commit9e60a30afa8aef1fd2258a0217b02cdb3bd123a5 (patch)
tree9aca4a945d45ac0239ac951bee271a3f08672085 /profiles/noUpdates.nix
parentd8aa4a201e5c78ccfa5b61aee603b665f8d36e40 (diff)
downloadfirefox-profiles-9e60a30afa8aef1fd2258a0217b02cdb3bd123a5.tar.gz
firefox-profiles-9e60a30afa8aef1fd2258a0217b02cdb3bd123a5.tar.xz
firefox-profiles-9e60a30afa8aef1fd2258a0217b02cdb3bd123a5.zip
no{Clutter,Pocket,Studies,Tunnels,Updates}: document
Diffstat (limited to 'profiles/noUpdates.nix')
-rw-r--r--profiles/noUpdates.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/noUpdates.nix b/profiles/noUpdates.nix
index 67cdb43..921a969 100644
--- a/profiles/noUpdates.nix
+++ b/profiles/noUpdates.nix
@@ -1,4 +1,17 @@
{ ffLib }: {
+ meta.description = ''
+ Disable all automatic updates, including:
+ - Firefox itself
+ - Extensions
+ - Search providers
+
+ If some or all of these are externally managed, we may want to prevent automatic
+ updates from undoing our changes.
+
+ If any properties of our deployment have been audited, automatic updates may introduce
+ unaudited components and compromise any guarantees made about the users security or privacy.
+ '';
+
policies = {
DisableAppUpdate = true;
DisableSystemAddonUpdate = true;