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" = false;
|
||||||
"browser.search.separatePrivateDefault.ui.enabled" = true;
|
"browser.search.separatePrivateDefault.ui.enabled" = true;
|
||||||
"browser.startup.homepage" = "http://dashboard.internal.flake.sh/";
|
"browser.startup.homepage" = "http://dashboard.internal.flake.sh/";
|
||||||
"network.trr.mode" = 3;
|
"network.trr.mode" = 5;
|
||||||
"network.trr.uri" = "https://dns.quad9.net/dns-query";
|
|
||||||
"dom.security.https_first" = true;
|
"dom.security.https_first" = true;
|
||||||
"dom.security.https_only_mode" = true;
|
"dom.security.https_only_mode" = true;
|
||||||
"dom.security.https_only_mode_ever_enabled" = 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;
|
extraConfig = builtins.readFile ./user.js/betterfox.js;
|
||||||
search = {
|
search = {
|
||||||
|
@ -119,6 +98,7 @@
|
||||||
#utility
|
#utility
|
||||||
new-tab-override
|
new-tab-override
|
||||||
libredirect
|
libredirect
|
||||||
|
kagi-search
|
||||||
|
|
||||||
#misc
|
#misc
|
||||||
tokyo-night-v2
|
tokyo-night-v2
|
||||||
|
|
Loading…
Reference in a new issue