mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Disable "privacy.resistFingerprinting"
This commit is contained in:
@@ -454,7 +454,7 @@ in {
|
|||||||
id = 0;
|
id = 0;
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
settings = {
|
settings = {
|
||||||
"privacy.resistFingerprinting" = true;
|
"privacy.resistFingerprinting" = false; # breaks timezone
|
||||||
};
|
};
|
||||||
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