mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
2 Commits
04be9339d5
...
6afb099d1c
Author | SHA1 | Date | |
---|---|---|---|
6afb099d1c | |||
c6304ca36a |
@ -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`
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu"
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"BrowserLabsEnabled": true,
|
||||
"ShowHomeButton": true
|
||||
}
|
3
etc/opt/chromium/policies/managed/enable-home.json
Normal file
3
etc/opt/chromium/policies/managed/enable-home.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"ShowHomeButton": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user