mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Harden firefox
This commit is contained in:
@@ -455,6 +455,11 @@ in {
|
|||||||
isDefault = true;
|
isDefault = true;
|
||||||
settings = {
|
settings = {
|
||||||
"privacy.resistFingerprinting" = false; # breaks timezone
|
"privacy.resistFingerprinting" = false; # breaks timezone
|
||||||
|
"dom.push.connection.enabled" = false;
|
||||||
|
"dom.push.enabled" = false;
|
||||||
|
"geo.enabled" = false;
|
||||||
|
"intl.regional_prefs.use_os_locales" = true;
|
||||||
|
"services.sync.prefs.sync.intl.regional._prefs.use_os_locates" = false;
|
||||||
};
|
};
|
||||||
name = "dev-edition-default";
|
name = "dev-edition-default";
|
||||||
path = "6b7pm104.dev-edition-default";
|
path = "6b7pm104.dev-edition-default";
|
||||||
|
Reference in New Issue
Block a user