Compare commits

...

2 Commits

Author SHA1 Message Date
6afb099d1c
chromium: don't enable the labs button
It has nothing that interesting and is just distraction.
2024-02-21 09:52:00 +02:00
c6304ca36a
chromium/doh-dns0: allow fallback to system dns 2024-02-21 09:51:20 +02:00
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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