mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 05:09:23 +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": {
|
"DNSOverHTTPS": {
|
||||||
"Enabled": true,
|
"Enabled": false,
|
||||||
"ExcludedDomains": [
|
"ExcludedDomains": [
|
||||||
"http.badssl.com",
|
"http.badssl.com",
|
||||||
"norwegianwifi.com"
|
"norwegianwifi.com"
|
||||||
],
|
],
|
||||||
"Fallback": false,
|
"Fallback": true,
|
||||||
"Locked": true,
|
"Locked": true,
|
||||||
"ProviderURL": "https://dns0.eu/",
|
"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?",
|
"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",
|
"Type": "string",
|
||||||
"Value": ""
|
"Value": ""
|
||||||
},
|
},
|
||||||
|
"image.animation.mode": {
|
||||||
|
"Status": "default",
|
||||||
|
"Type": "string",
|
||||||
|
"Value": "once"
|
||||||
|
},
|
||||||
"intl.accept_languages": {
|
"intl.accept_languages": {
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
@ -306,6 +311,26 @@
|
|||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"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": {
|
"network.dns.use_https_rr_as_altsvc": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
|
Loading…
Reference in New Issue
Block a user