mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 17:09:22 +01:00
firefox: use system DNS for ECH (and prefer IPv6 and try image.animation.mode)
The last is not allowed for stability reasons apparently.
This commit is contained in:
parent
38c331494c
commit
df1458af1f
@ -87,12 +87,12 @@
|
||||
]
|
||||
},
|
||||
"DNSOverHTTPS": {
|
||||
"Enabled": true,
|
||||
"Enabled": false,
|
||||
"ExcludedDomains": [
|
||||
"http.badssl.com",
|
||||
"norwegianwifi.com"
|
||||
],
|
||||
"Fallback": false,
|
||||
"Fallback": true,
|
||||
"Locked": true,
|
||||
"ProviderURL": "https://dns0.eu/",
|
||||
"ProviderURL_outside_europe_aminda_comment": "Swap to https://unfiltered.adguard-dns.com/dns-query if device is expected to cross continents from Europe?",
|
||||
@ -281,6 +281,11 @@
|
||||
"Type": "string",
|
||||
"Value": ""
|
||||
},
|
||||
"image.animation.mode": {
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "once"
|
||||
},
|
||||
"intl.accept_languages": {
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
@ -306,6 +311,26 @@
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.dns.native_https_query": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.dns.native_https_query_in_automation": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.dns.native_https_query_win10": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.dns.preferIPv6": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"network.dns.use_https_rr_as_altsvc": {
|
||||
"Status": "locked",
|
||||
"Type": "boolean",
|
||||
|
Loading…
Reference in New Issue
Block a user