chrome policies: force_enable HttpsOnlyMode

This commit is contained in:
Aminda Suomalainen 2024-01-31 14:12:21 +02:00
parent 23bcc0e908
commit 7cb754def8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- [Privacy Badger](#privacy-badger)
- [Fedora User Agent](#fedora-user-agent)
- [`dns0.json`](#dns0json)
- [`https-everywhere.json`](#https-everywherejson)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -47,3 +48,7 @@ some offer rpm packages directly.
## `dns0.json`
Simply enables DNS-over-HTTPS with DNS0.eu
## `https-everywhere.json`
Enforces https and attempts to upgrade http to https.

View File

@ -0,0 +1,4 @@
{
"HttpsOnlyMode": "force_enabled",
"HttpsUpgradesEnabled": true
}