Compare commits

...

8 Commits

9 changed files with 56 additions and 2 deletions

View File

@ -15,7 +15,7 @@ default_language_version:
repos:
# The repo from `pre-commit sample-config`
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# `pre-commit sample-config` puts these four on top:
# trailing-whitespace, end-of-file-fixer, check-yaml,
@ -122,7 +122,7 @@ repos:
# Easierish licensing when attempting reuse compliancy
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.1
rev: v3.0.2
hooks:
- id: reuse

View File

@ -40,6 +40,10 @@
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi",
"installation_mode": "force_installed"
},
"ipfs-firefox-addon@lidel.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipfs-companion/latest.xpi",
"installation_mode": "normal_installed"
},
"jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read/latest.xpi",
"installation_mode": "normal_installed"

View File

@ -22,15 +22,18 @@
- [Bias Finder](#bias-finder)
- [Snowflake](#snowflake)
- [AdNauseam](#adnauseam)
- [IPFS Companion](#ipfs-companion)
- [Bitwarden](#bitwarden)
- [UpdateSWH](#updateswh)
- [Privacy Badger](#privacy-badger)
- [TODO/Inconsistencies](#todoinconsistencies)
- [`disable-brave-vpn.json`](#disable-brave-vpnjson)
- [`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)
- [`doh-quad9-ecs.json`](#doh-quad9-ecsjson)
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
- [`fix-edge-search.json`](#fix-edge-searchjson)
- [`force-incognito.json`](#force-incognitojson)
@ -151,6 +154,12 @@ Complementing PrivacyBadger with an adblocker so first profile runs have at
least something to block Malvertising now that I no longer enable NoScript out
of the box.
### [IPFS Companion](https://chromewebstore.google.com/detail/nibjojkomfdiaoajekhjakgkdhaomnch?pli=1)
- `nibjojkomfdiaoajekhjakgkdhaomnch`
IPFS integration for web browsers.
### [Bitwarden](https://chrome.google.com/webstore/detail/nngceckbapebfimnlniiiahkandclblb)
- `nngceckbapebfimnlniiiahkandclblb`
@ -183,6 +192,11 @@ See also:
integrated feature on some Chromiums.
- [Peertubeify doesn't support Chromium yet.](https://codeberg.org/Booteille/peertube-companion/issues/15)
## `disable-brave-vpn.json`
Disables Brave VPN, which is the most annoying feature that has group policy
that I can see.
## `disable-floc.json`
Disables floc or ad topics that are against privacy.
@ -210,6 +224,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
## `doh-quad9-ecs.json`
Enables DNS over HTTPS with Quad9 ECS enabled server.
## `enable-ech-ocsp.json`
Enables encrypted client hello and OCSP (or CRL?) checks.

View File

@ -101,6 +101,12 @@
"toolbar_pin": "force_pinned",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
},
"nibjojkomfdiaoajekhjakgkdhaomnch": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"nngceckbapebfimnlniiiahkandclblb": {
"installation_mode": "normal_installed",
"override_update_url": true,

View File

@ -0,0 +1,3 @@
{
"BraveVPNDisabled": true
}

View File

@ -0,0 +1,4 @@
{
"DnsOverHttpsMode": "automatic",
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query"
}

View File

@ -9,6 +9,8 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [`brave-search.json`](#brave-searchjson)
- [`disable-brave-rewards-wallet.json`](#disable-brave-rewards-walletjson)
- [`disable-brave-tor.json`](#disable-brave-torjson)
- [`duckduckgo.json`](#duckduckgojson)
- [`enable-home.json`](#enable-homejson)
- [`README.md`](#readmemd)
@ -22,6 +24,16 @@
Sets and displays recommendation on the use of search.brave.com as a search engine by default.
## `disable-brave-rewards-wallet.json`
Disables Brave rewards and wallet by default while allowing the user to enable
it regardless of the prompt that organization recommends them disabled.
## `disable-brave-tor.json`
Suggests disabling Tor in Brave as I recommend using Tor Browser instead, but
again leaving it up to the user.
## `duckduckgo.json`
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.

View File

@ -0,0 +1,4 @@
{
"BraveRewardsDisabled": true,
"BraveWalletDisabled": true
}

View File

@ -0,0 +1,3 @@
{
"TorDisabled": true
}