firefox: disable doh
This commit is contained in:
parent
61ffb3d646
commit
59a3072efa
1 changed files with 2 additions and 22 deletions
|
@ -20,31 +20,10 @@
|
|||
"browser.search.separatePrivateDefault" = false;
|
||||
"browser.search.separatePrivateDefault.ui.enabled" = true;
|
||||
"browser.startup.homepage" = "http://dashboard.internal.flake.sh/";
|
||||
"network.trr.mode" = 3;
|
||||
"network.trr.uri" = "https://dns.quad9.net/dns-query";
|
||||
"network.trr.mode" = 5;
|
||||
"dom.security.https_first" = true;
|
||||
"dom.security.https_only_mode" = true;
|
||||
"dom.security.https_only_mode_ever_enabled" = true;
|
||||
"network.trr.excluded-domains" = ''
|
||||
,
|
||||
pve.internal.flake.sh,
|
||||
pbs.internal.flake.sh,
|
||||
truenas.internal.flake.sh,
|
||||
udm.internal.flake.sh,
|
||||
dashboard.internal.flake.sh,
|
||||
stash.internal.flake.sh,
|
||||
synology.internal.flake.sh,
|
||||
wallos.internal.flake.sh,
|
||||
jellyfin.internal.flake.sh,
|
||||
jellyseerr.internal.flake.sh,
|
||||
sonarr.internal.flake.sh,
|
||||
radarr.internal.flake.sh,
|
||||
readarr.internal.flake.sh,
|
||||
lidarr.internal.flake.sh,
|
||||
bazarr.internal.flake.sh,
|
||||
whisparr.internal.flake.sh,
|
||||
prowlarr.internal.flake.sh
|
||||
'';
|
||||
};
|
||||
extraConfig = builtins.readFile ./user.js/betterfox.js;
|
||||
search = {
|
||||
|
@ -119,6 +98,7 @@
|
|||
#utility
|
||||
new-tab-override
|
||||
libredirect
|
||||
kagi-search
|
||||
|
||||
#misc
|
||||
tokyo-night-v2
|
||||
|
|
Loading…
Reference in a new issue