mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Compare commits
2 Commits
58df0709f4
...
c5dd75077d
Author | SHA1 | Date | |
---|---|---|---|
c5dd75077d | |||
860970df78 |
@ -12,6 +12,7 @@ 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,15 +25,12 @@
|
|||||||
- [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)
|
||||||
@ -177,10 +174,6 @@ 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.
|
||||||
@ -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
|
- 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.
|
||||||
|
35
etc/opt/chromium/policies/recommended/README.md
Normal file
35
etc/opt/chromium/policies/recommended/README.md
Normal 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?
|
Loading…
Reference in New Issue
Block a user