chromium: throw home enabling & search engines into recommended policy instead

This commit is contained in:
Aminda Suomalainen 2024-03-27 16:51:29 +02:00
parent 860970df78
commit c5dd75077d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
5 changed files with 35 additions and 15 deletions

View File

@ -25,15 +25,12 @@
- [UpdateSWH](#updateswh)
- [Privacy Badger](#privacy-badger)
- [TODO/Inconsistencies](#todoinconsistencies)
- [`brave-search.json`](#brave-searchjson)
- [`disable-floc.json`](#disable-flocjson)
- [`disable-incognito.json`](#disable-incognitojson)
- [`doh-automatic.json`](#doh-automaticjson)
- [`doh-dns0.json`](#doh-dns0json)
- [`doh-mullvad-base.json`](#doh-mullvad-basejson)
- [`duckduckgo.json`](#duckduckgojson)
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
- [`enable-home.json`](#enable-homejson)
- [`force-incognito.json`](#force-incognitojson)
- [`https-everywhere.json`](#https-everywherejson)
- [`README.md`](#readmemd)
@ -177,10 +174,6 @@ See also:
integrated feature on some Chromiums.
- [Peertubeify doesn't support Chromium yet.](https://codeberg.org/Booteille/peertube-companion/issues/15)
## `brave-search.json`
Sets/forces the use of search.brave.com as a search engine.
## `disable-floc.json`
Disables floc or ad topics that are against privacy.
@ -208,18 +201,10 @@ Enables DNS-over-HTTPS with Mullvad Base, which features ad, malware & tracker b
- https://mullvad.net/en/help/dns-over-https-and-dns-over-tls#specifications
## `duckduckgo.json`
Sets/forces the use of start.duckduckgo.com as a search engine.
## `enable-ech-ocsp.json`
Enables encrypted client hello and OCSP (or CRL?) checks.
## `enable-home.json`
Enables home button by default.
## `force-incognito.json`
Forces incognito mode. I don't recommend this.

View File

@ -0,0 +1,35 @@
# Chromium recommended policies
- https://chromeenterprise.google/policies/
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [`brave-search.json`](#brave-searchjson)
- [`duckduckgo.json`](#duckduckgojson)
- [`enable-home.json`](#enable-homejson)
- [`README.md`](#readmemd)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## `brave-search.json`
Sets and displays recommendation on the use of search.brave.com as a search engine by default.
## `duckduckgo.json`
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.
## `enable-home.json`
Enables home button by default.
## `README.md`
You are reading this file, are you not?