mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
browser policies: install AdNauseam
This commit is contained in:
parent
070d34d031
commit
2d7539b0ed
@ -26,6 +26,10 @@
|
|||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi",
|
||||||
"installation_mode": "normal_installed"
|
"installation_mode": "normal_installed"
|
||||||
},
|
},
|
||||||
|
"adnauseam@rednoise.org": {
|
||||||
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi",
|
||||||
|
"installation_mode": "normal_installed"
|
||||||
|
},
|
||||||
"jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack": {
|
"jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read/latest.xpi",
|
||||||
"installation_mode": "normal_installed"
|
"installation_mode": "normal_installed"
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
||||||
- [Fedora User Agent](#fedora-user-agent)
|
- [Fedora User Agent](#fedora-user-agent)
|
||||||
- [Snowflake](#snowflake)
|
- [Snowflake](#snowflake)
|
||||||
|
- [AdNauseam](#adnauseam)
|
||||||
- [Bitwarden](#bitwarden)
|
- [Bitwarden](#bitwarden)
|
||||||
- [Privacy Badger](#privacy-badger)
|
- [Privacy Badger](#privacy-badger)
|
||||||
- [TODO/Inconsistencies](#todoinconsistencies)
|
- [TODO/Inconsistencies](#todoinconsistencies)
|
||||||
@ -118,6 +119,14 @@ some offer rpm packages directly.
|
|||||||
|
|
||||||
Helps bridge traffic to Tor by looking like WebRTC call.
|
Helps bridge traffic to Tor by looking like WebRTC call.
|
||||||
|
|
||||||
|
### [AdNauseam](https://microsoftedge.microsoft.com/addons/detail/adnauseam/mlojlfildnehdpnlmpkeiiglhhkofhpb)
|
||||||
|
|
||||||
|
- `mlojlfildnehdpnlmpkeiiglhhkofhpb`
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
### [Bitwarden](https://chrome.google.com/webstore/detail/nngceckbapebfimnlniiiahkandclblb)
|
### [Bitwarden](https://chrome.google.com/webstore/detail/nngceckbapebfimnlniiiahkandclblb)
|
||||||
|
|
||||||
- `nngceckbapebfimnlniiiahkandclblb`
|
- `nngceckbapebfimnlniiiahkandclblb`
|
||||||
|
@ -65,6 +65,12 @@
|
|||||||
"toolbar_pin": "force_pinned",
|
"toolbar_pin": "force_pinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
},
|
},
|
||||||
|
"mlojlfildnehdpnlmpkeiiglhhkofhpb": {
|
||||||
|
"installation_mode": "normal_installed",
|
||||||
|
"override_update_url": true,
|
||||||
|
"toolbar_pin": "force_pinned",
|
||||||
|
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
|
||||||
|
},
|
||||||
"nngceckbapebfimnlniiiahkandclblb": {
|
"nngceckbapebfimnlniiiahkandclblb": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user