Refine firefox conf
This commit is contained in:
parent
42cbc41687
commit
64df97ca6f
1 changed files with 7 additions and 7 deletions
|
@ -37,12 +37,6 @@ in
|
||||||
DisableTelemetry = true;
|
DisableTelemetry = true;
|
||||||
DisplayBookmarksToolbar = "never"; # alternatives: "always" or "newtab"
|
DisplayBookmarksToolbar = "never"; # alternatives: "always" or "newtab"
|
||||||
DisplayMenuBar = "default-off"; # alternatives: "always", "never" or "default-on"
|
DisplayMenuBar = "default-off"; # alternatives: "always", "never" or "default-on"
|
||||||
DNSOverHTTPS = {
|
|
||||||
Enabled = true;
|
|
||||||
Locked = true;
|
|
||||||
ProviderURL = pkgs.lib.mkDefault "192.168.0.1";
|
|
||||||
Fallback = true;
|
|
||||||
};
|
|
||||||
DontCheckDefaultBrowser = true;
|
DontCheckDefaultBrowser = true;
|
||||||
DownloadDirectory = "\${home}/Downloads";
|
DownloadDirectory = "\${home}/Downloads";
|
||||||
EnableTrackingProtection = {
|
EnableTrackingProtection = {
|
||||||
|
@ -153,9 +147,15 @@ in
|
||||||
Value = 500;
|
Value = 500;
|
||||||
Status = "locked";
|
Status = "locked";
|
||||||
};
|
};
|
||||||
"privacy.donottrackheader.enabled" = lock-true;
|
|
||||||
"privacy.globalprivacycontrol.enabled" = lock-true;
|
"privacy.globalprivacycontrol.enabled" = lock-true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preferences = {
|
||||||
|
"privacy.donottrackheader.enabled" = true;
|
||||||
|
"network.trr.mode" = 2;
|
||||||
|
"network.trr.custom_uri" = "192.168.0.1";
|
||||||
|
"network.trr.uri" = "192.168.0.1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue