mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
{firefox,chromium}: use GET requests with DoH for caching and speed
This commit is contained in:
parent
a2640115c9
commit
f7a484ca03
@ -558,6 +558,11 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"network.trr.useGET": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"pdfjs.enableScripting": {
|
||||
"Comment": "I don't see a good reason for allowing scripts in pdf files in a web browser.",
|
||||
"Status": "locked",
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query"
|
||||
"DnsOverHttpsTemplates": "https://family.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query"
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query"
|
||||
"DnsOverHttpsTemplates": "https://dns.adguard-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query"
|
||||
"DnsOverHttpsTemplates": "https://security.cloudflare-dns.com/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://kids.dns0.eu/"
|
||||
"DnsOverHttpsTemplates": "https://kids.dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://open.dns0.eu/"
|
||||
"DnsOverHttpsTemplates": "https://open.dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu/"
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query"
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query https://open.dns0.eu/"
|
||||
"DnsOverHttpsTemplates": "https://unfiltered.adguard-dns.com/dns-query?dns https://open.dns0.eu/?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query https://dns11.quad9.net:5053/dns-query"
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query?dns https://dns11.quad9.net:5053/dns-query?dns"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query https://dns.quad9.net:5053/dns-query"
|
||||
"DnsOverHttpsTemplates": "https://dns.quad9.net/dns-query?dns https://dns.quad9.net:5053/dns-query?dns"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user