Compare commits

..

No commits in common. "c5dd75077d33f55675d61d0ee13d2d667c63b2d0" and "58df0709f407d2d2b1fc29dbcc7b984fd699e54d" have entirely different histories.

6 changed files with 15 additions and 36 deletions

View File

@ -12,7 +12,6 @@ ln -siv /etc/firefox /etc/firefox-esr
# Chromium
mkdir -p /etc/opt/chromium/policies/managed
mkdir -p /etc/opt/chromium/policies/recommended
# Brave
ln -siv /etc/opt/chromium /etc/brave

View File

@ -25,12 +25,15 @@
- [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)
@ -174,6 +177,10 @@ 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.
@ -201,10 +208,18 @@ 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

@ -1,35 +0,0 @@
# 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?