mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: allow private ECS
This commit is contained in:
parent
38710540f2
commit
05a3cb6c08
@ -92,7 +92,8 @@
|
|||||||
"Fallback": false,
|
"Fallback": false,
|
||||||
"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?",
|
||||||
|
"ProviderURL_with_ECS_comment": "If changing this to something with non-private ECS, remember to disable ECS in preferences of TRR!"
|
||||||
},
|
},
|
||||||
"DisableEncryptedClientHello": false,
|
"DisableEncryptedClientHello": false,
|
||||||
"DisableFirefoxAccounts": false,
|
"DisableFirefoxAccounts": false,
|
||||||
@ -331,7 +332,7 @@
|
|||||||
"network.trr.disable-ECS": {
|
"network.trr.disable-ECS": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": false
|
||||||
},
|
},
|
||||||
"network.trr.display_fallback_warning": {
|
"network.trr.display_fallback_warning": {
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
|
Loading…
Reference in New Issue
Block a user