mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Compare commits
No commits in common. "c5dd75077d33f55675d61d0ee13d2d667c63b2d0" and "58df0709f407d2d2b1fc29dbcc7b984fd699e54d" have entirely different histories.
c5dd75077d
...
58df0709f4
@ -12,7 +12,6 @@ ln -siv /etc/firefox /etc/firefox-esr
|
|||||||
|
|
||||||
# Chromium
|
# Chromium
|
||||||
mkdir -p /etc/opt/chromium/policies/managed
|
mkdir -p /etc/opt/chromium/policies/managed
|
||||||
mkdir -p /etc/opt/chromium/policies/recommended
|
|
||||||
|
|
||||||
# Brave
|
# Brave
|
||||||
ln -siv /etc/opt/chromium /etc/brave
|
ln -siv /etc/opt/chromium /etc/brave
|
||||||
|
@ -25,12 +25,15 @@
|
|||||||
- [UpdateSWH](#updateswh)
|
- [UpdateSWH](#updateswh)
|
||||||
- [Privacy Badger](#privacy-badger)
|
- [Privacy Badger](#privacy-badger)
|
||||||
- [TODO/Inconsistencies](#todoinconsistencies)
|
- [TODO/Inconsistencies](#todoinconsistencies)
|
||||||
|
- [`brave-search.json`](#brave-searchjson)
|
||||||
- [`disable-floc.json`](#disable-flocjson)
|
- [`disable-floc.json`](#disable-flocjson)
|
||||||
- [`disable-incognito.json`](#disable-incognitojson)
|
- [`disable-incognito.json`](#disable-incognitojson)
|
||||||
- [`doh-automatic.json`](#doh-automaticjson)
|
- [`doh-automatic.json`](#doh-automaticjson)
|
||||||
- [`doh-dns0.json`](#doh-dns0json)
|
- [`doh-dns0.json`](#doh-dns0json)
|
||||||
- [`doh-mullvad-base.json`](#doh-mullvad-basejson)
|
- [`doh-mullvad-base.json`](#doh-mullvad-basejson)
|
||||||
|
- [`duckduckgo.json`](#duckduckgojson)
|
||||||
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
|
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
|
||||||
|
- [`enable-home.json`](#enable-homejson)
|
||||||
- [`force-incognito.json`](#force-incognitojson)
|
- [`force-incognito.json`](#force-incognitojson)
|
||||||
- [`https-everywhere.json`](#https-everywherejson)
|
- [`https-everywhere.json`](#https-everywherejson)
|
||||||
- [`README.md`](#readmemd)
|
- [`README.md`](#readmemd)
|
||||||
@ -174,6 +177,10 @@ See also:
|
|||||||
integrated feature on some Chromiums.
|
integrated feature on some Chromiums.
|
||||||
- [Peertubeify doesn't support Chromium yet.](https://codeberg.org/Booteille/peertube-companion/issues/15)
|
- [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`
|
## `disable-floc.json`
|
||||||
|
|
||||||
Disables floc or ad topics that are against privacy.
|
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
|
- 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`
|
## `enable-ech-ocsp.json`
|
||||||
|
|
||||||
Enables encrypted client hello and OCSP (or CRL?) checks.
|
Enables encrypted client hello and OCSP (or CRL?) checks.
|
||||||
|
|
||||||
|
## `enable-home.json`
|
||||||
|
|
||||||
|
Enables home button by default.
|
||||||
|
|
||||||
## `force-incognito.json`
|
## `force-incognito.json`
|
||||||
|
|
||||||
Forces incognito mode. I don't recommend this.
|
Forces incognito mode. I don't recommend this.
|
||||||
|
@ -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?
|
|
Loading…
Reference in New Issue
Block a user