mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
5 Commits
3eb921f212
...
e4304fd641
Author | SHA1 | Date | |
---|---|---|---|
e4304fd641 | |||
e35c477a71 | |||
685b14c2f6 | |||
26ecc69156 | |||
ee36e24997 |
@ -50,9 +50,18 @@
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"uBlock0@raymondhill.net": {
|
||||
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"uMatrix@raymondhill.net": {
|
||||
"blocked_install_message": "uMatrixin kehitys on päättynyt ja samat ominaisuudet löytyvät AdNauseamista (ja uBlock Originista).",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"wayback_machine@mozilla.org": {
|
||||
"blocked_install_message": "https://bugzilla.mozilla.org/show_bug.cgi?id=1497075 hermostuttaa Amindaa.",
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/wayback-machine_new/latest.xpi",
|
||||
"installation_mode": "normal_installed"
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||
|
@ -22,6 +22,7 @@
|
||||
- [Snowflake](#snowflake)
|
||||
- [AdNauseam](#adnauseam)
|
||||
- [Bitwarden](#bitwarden)
|
||||
- [Blank New Tab](#blank-new-tab)
|
||||
- [Privacy Badger](#privacy-badger)
|
||||
- [TODO/Inconsistencies](#todoinconsistencies)
|
||||
- [`disable-floc.json`](#disable-flocjson)
|
||||
@ -145,6 +146,12 @@ of the box.
|
||||
|
||||
The password manager of my choice.
|
||||
|
||||
### [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)
|
||||
|
||||
- `pkehgijcmpdhfbdbbnkijodmdjhbjlgp`
|
||||
|
@ -29,6 +29,10 @@
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"cjpalhdlnbpafiamejdnhcphjbkeiagm": {
|
||||
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
@ -92,6 +96,16 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"odfafepnkmbhccpbejgmiehpchacaeak": {
|
||||
"blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"pfbmpcgfjncjakgfpddijlbdpjnhnfem": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "default_unpinned",
|
||||
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
|
||||
},
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
|
4
etc/opt/chromium/policies/managed/doh-mullvad-base.json
Normal file
4
etc/opt/chromium/policies/managed/doh-mullvad-base.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "automatic",
|
||||
"DnsOverHttpsTemplates": "https://base.dns.mullvad.net/dns-query"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user