feat(firefox,mullvad-browser): disable extension updates
This commit is contained in:
parent
7f58b69d15
commit
5bbb7ad194
|
@ -30,6 +30,10 @@ let
|
||||||
|
|
||||||
# Enable IPv6 again
|
# Enable IPv6 again
|
||||||
"network.dns.disableIPv6" = false;
|
"network.dns.disableIPv6" = false;
|
||||||
|
|
||||||
|
# Disable extension auto updates
|
||||||
|
"extensions.update.enabled" = false;
|
||||||
|
"extensions.update.autoUpdateDefault" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# use extraConfig to load arkenfox user.js before settings
|
# use extraConfig to load arkenfox user.js before settings
|
||||||
|
|
|
@ -20,6 +20,10 @@ let
|
||||||
|
|
||||||
# Don't delete cookies & site data on restart
|
# Don't delete cookies & site data on restart
|
||||||
# "network.cookie.lifetimePolicy" = 0;
|
# "network.cookie.lifetimePolicy" = 0;
|
||||||
|
|
||||||
|
# Disable extension auto updates
|
||||||
|
"extensions.update.enabled" = false;
|
||||||
|
"extensions.update.autoUpdateDefault" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
commonExtensions = with firefox-addons; [
|
commonExtensions = with firefox-addons; [
|
||||||
|
|
Loading…
Reference in a new issue