mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "6afb099d1cfbc7c77a1f1a0cad5e2102a057681a" and "04be9339d5b3cc206e75e146d3b4885e7928893d" have entirely different histories.
6afb099d1c
...
04be9339d5
@ -151,8 +151,7 @@ Incompatible with any actual DoH policy.
|
||||
|
||||
## `doh-dns0.json`
|
||||
|
||||
Simply enables DNS-over-HTTPS with DNS0.eu. `automatic` means downgrade is
|
||||
allowed (the system resolver is encrypted), `secure` would lock it.
|
||||
Simply enables DNS-over-HTTPS with DNS0.eu
|
||||
|
||||
## `enable-ech-ocsp.json`
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu"
|
||||
}
|
||||
|
4
etc/opt/chromium/policies/managed/enable-home-labs.json
Normal file
4
etc/opt/chromium/policies/managed/enable-home-labs.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"BrowserLabsEnabled": true,
|
||||
"ShowHomeButton": true
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"ShowHomeButton": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user