mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Disable "privacy.resistFingerprinting"
This commit is contained in:
@@ -454,7 +454,7 @@ in {
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
settings = {
|
||||
"privacy.resistFingerprinting" = true;
|
||||
"privacy.resistFingerprinting" = false; # breaks timezone
|
||||
};
|
||||
name = "dev-edition-default";
|
||||
path = "6b7pm104.dev-edition-default";
|
||||
|
Reference in New Issue
Block a user