Compare commits

..

No commits in common. "6afb099d1cfbc7c77a1f1a0cad5e2102a057681a" and "04be9339d5b3cc206e75e146d3b4885e7928893d" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -151,8 +151,7 @@ Incompatible with any actual DoH policy.
## `doh-dns0.json` ## `doh-dns0.json`
Simply enables DNS-over-HTTPS with DNS0.eu. `automatic` means downgrade is Simply enables DNS-over-HTTPS with DNS0.eu
allowed (the system resolver is encrypted), `secure` would lock it.
## `enable-ech-ocsp.json` ## `enable-ech-ocsp.json`

View File

@ -1,4 +1,4 @@
{ {
"DnsOverHttpsMode": "automatic", "DnsOverHttpsMode": "secure",
"DnsOverHttpsTemplates": "https://dns0.eu" "DnsOverHttpsTemplates": "https://dns0.eu"
} }

View File

@ -0,0 +1,4 @@
{
"BrowserLabsEnabled": true,
"ShowHomeButton": true
}

View File

@ -1,3 +0,0 @@
{
"ShowHomeButton": true
}