mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 22:59:29 +01:00
chrome policies: force_enable HttpsOnlyMode
This commit is contained in:
parent
23bcc0e908
commit
7cb754def8
@ -10,6 +10,7 @@
|
|||||||
- [Privacy Badger](#privacy-badger)
|
- [Privacy Badger](#privacy-badger)
|
||||||
- [Fedora User Agent](#fedora-user-agent)
|
- [Fedora User Agent](#fedora-user-agent)
|
||||||
- [`dns0.json`](#dns0json)
|
- [`dns0.json`](#dns0json)
|
||||||
|
- [`https-everywhere.json`](#https-everywherejson)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -47,3 +48,7 @@ some offer rpm packages directly.
|
|||||||
## `dns0.json`
|
## `dns0.json`
|
||||||
|
|
||||||
Simply enables DNS-over-HTTPS with DNS0.eu
|
Simply enables DNS-over-HTTPS with DNS0.eu
|
||||||
|
|
||||||
|
## `https-everywhere.json`
|
||||||
|
|
||||||
|
Enforces https and attempts to upgrade http to https.
|
||||||
|
4
etc/opt/chromium/policies/managed/https-everywhere.json
Normal file
4
etc/opt/chromium/policies/managed/https-everywhere.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"HttpsOnlyMode": "force_enabled",
|
||||||
|
"HttpsUpgradesEnabled": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user