mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
No commits in common. "f885dcd73ab6af0f97c13538015393fa8d3a72d5" and "4a08068634cb198a746d3717dd24ade446f18cbe" have entirely different histories.
f885dcd73a
...
4a08068634
@ -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.6.0
|
||||
rev: v4.5.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.2
|
||||
rev: v3.0.1
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
||||
|
@ -40,10 +40,6 @@
|
||||
"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"
|
||||
|
@ -22,18 +22,15 @@
|
||||
- [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)
|
||||
@ -154,12 +151,6 @@ 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`
|
||||
@ -192,11 +183,6 @@ 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.
|
||||
@ -224,10 +210,6 @@ 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.
|
||||
|
@ -101,12 +101,6 @@
|
||||
"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,
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"BraveVPNDisabled": true
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://dns11.quad9.net/dns-query"
|
||||
}
|
@ -9,8 +9,6 @@
|
||||
<!-- 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)
|
||||
@ -24,16 +22,6 @@
|
||||
|
||||
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.
|
||||
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"BraveRewardsDisabled": true,
|
||||
"BraveWalletDisabled": true
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"TorDisabled": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user