Compare commits

...

6 Commits

4 changed files with 43 additions and 41 deletions

View File

@ -10,7 +10,6 @@
- [`aminda-extensions.json`](#aminda-extensionsjson) - [`aminda-extensions.json`](#aminda-extensionsjson)
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser) - [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
- [DuckDuckGo Privacy Essentials](#duckduckgo-privacy-essentials)
- [NoScript](#noscript) - [NoScript](#noscript)
- [Dark Reader](#dark-reader) - [Dark Reader](#dark-reader)
- [Indiewiki Buddy](#indiewiki-buddy) - [Indiewiki Buddy](#indiewiki-buddy)
@ -24,17 +23,20 @@
- [AdNauseam](#adnauseam) - [AdNauseam](#adnauseam)
- [Bitwarden](#bitwarden) - [Bitwarden](#bitwarden)
- [UpdateSWH](#updateswh) - [UpdateSWH](#updateswh)
- [Blank New Tab](#blank-new-tab)
- [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)
- [`duckduckgo.json`](#duckduckgojson)
- [`enable-ech-ocsp.json`](#enable-ech-ocspjson) - [`enable-ech-ocsp.json`](#enable-ech-ocspjson)
- [`enable-home-labs.json`](#enable-home-labsjson) - [`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)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -62,16 +64,6 @@ To intentionally trigger it and what should be allowed in NoScript:
- https://captcha.website - https://captcha.website
- https://issuance.privacypass.cloudflare.com - https://issuance.privacypass.cloudflare.com
### [DuckDuckGo Privacy Essentials](https://chrome.google.com/webstore/detail/bkdgflcldnnnapblkhphbgpggdiikppg)
- `bkdgflcldnnnapblkhphbgpggdiikppg`
Installed by default so Google won't be the default search engine, or that
would be the idea, but Chromium doesn't seem to allow that.
Additionally it's restricted only to `google.com` and `duckduckgo.com` domains
so it won't interfere with other extensions.
### [NoScript](https://chrome.google.com/webstore/detail/doojmbjmlfjjnbmnoijecmcbfeoakpjm) ### [NoScript](https://chrome.google.com/webstore/detail/doojmbjmlfjjnbmnoijecmcbfeoakpjm)
- `doojmbjmlfjjnbmnoijecmcbfeoakpjm` - `doojmbjmlfjjnbmnoijecmcbfeoakpjm`
@ -167,12 +159,6 @@ Adds a floating coloured button to source code forges reflecting the status
of it being in Software Heritage Archive and allows quick archiving requests of it being in Software Heritage Archive and allows quick archiving requests
to be made. to be made.
### [Blank New Tab](https://microsoftedge.microsoft.com/addons/detail/blank-new-tab/pfbmpcgfjncjakgfpddijlbdpjnhnfem)
- `pfbmpcgfjncjakgfpddijlbdpjnhnfem`
Replaces new tab with `about:blank` bypassing excess Microsoft.
### [Privacy Badger](https://chrome.google.com/webstore/detail/pkehgijcmpdhfbdbbnkijodmdjhbjlgp) ### [Privacy Badger](https://chrome.google.com/webstore/detail/pkehgijcmpdhfbdbbnkijodmdjhbjlgp)
- `pkehgijcmpdhfbdbbnkijodmdjhbjlgp` - `pkehgijcmpdhfbdbbnkijodmdjhbjlgp`
@ -191,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.
@ -212,13 +202,23 @@ Incompatible with any actual DoH policy.
Simply enables DNS-over-HTTPS with DNS0.eu. `automatic` means downgrade is Simply enables DNS-over-HTTPS with DNS0.eu. `automatic` means downgrade is
allowed (the system resolver is encrypted), `secure` would lock it. allowed (the system resolver is encrypted), `secure` would lock it.
## `doh-mullvad-base.json`
Enables DNS-over-HTTPS with Mullvad Base, which features ad, malware & tracker blocking.
- 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-labs.json` ## `enable-home.json`
Enables home button and access to labs by default. Enables home button by default.
## `force-incognito.json` ## `force-incognito.json`
@ -227,3 +227,7 @@ Forces incognito mode. I don't recommend this.
## `https-everywhere.json` ## `https-everywhere.json`
Enforces https and attempts to upgrade http to https. Enforces https and attempts to upgrade http to https.
## `README.md`
You are reading this file, are you not?

View File

@ -25,20 +25,6 @@
"toolbar_pin": "default_unpinned", "toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },
"bkdgflcldnnnapblkhphbgpggdiikppg": {
"installation_mode": "normal_installed",
"override_update_url": true,
"runtime_allowed_hosts": [
"*://*.duckduckgo.com",
"*://*.google.com",
"*://*.bing.com"
],
"runtime_blocked_hosts": [
"<all_urls>"
],
"toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"cjpalhdlnbpafiamejdnhcphjbkeiagm": { "cjpalhdlnbpafiamejdnhcphjbkeiagm": {
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.", "blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
"installation_mode": "blocked" "installation_mode": "blocked"
@ -125,12 +111,6 @@
"toolbar_pin": "default_unpinned", "toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },
"pfbmpcgfjncjakgfpddijlbdpjnhnfem": {
"installation_mode": "force_installed",
"override_update_url": true,
"toolbar_pin": "default_unpinned",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
},
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"installation_mode": "force_installed", "installation_mode": "force_installed",
"override_update_url": true, "override_update_url": true,

View File

@ -0,0 +1,9 @@
{
"DefaultSearchProviderEnabled": true,
"DefaultSearchProviderKeyword": "b",
"DefaultSearchProviderName": "Brave",
"DefaultSearchProviderNewTabURL": "",
"DefaultSearchProviderSearchURL": "https://search.brave.com/search?q={searchTerms}",
"DefaultSearchProviderSuggestURL": "https://search.brave.com/api/suggest?q={searchTerms}",
"NewTabPageSearchBox": "redirect"
}

View File

@ -0,0 +1,9 @@
{
"DefaultSearchProviderEnabled": true,
"DefaultSearchProviderKeyword": "d",
"DefaultSearchProviderName": "DuckDuckGo",
"DefaultSearchProviderNewTabURL": "",
"DefaultSearchProviderSearchURL": "https://start.duckduckgo.com/?q={searchTerms}",
"DefaultSearchProviderSuggestURL": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
"NewTabPageSearchBox": "redirect"
}