Archived
[privacytoolsIO/privacytools.io] 🌐 Website Issue | Add more categories for Browser Add-ons (#1327) #1346
Closed
opened 2019-09-24 17:31:13 +00:00 by Mikaela
·
8 comments
No Branch/Tag Specified
master
dependabot/bundler/nokogiri-1.13.6
dependabot/bundler/addressable-2.8.0
freddy-m-patch-3
pr-add_RemoveMyPhone_sponsor
pr-browser_cleanup_1257_1328_1430
freddy-m-patch-2
freddy-m-patch-1
pr-vpn_hated_one_video
cdn
update-nitrohorse-image
promote-metager-to-card
hardware
pr-add_azirevpn
pr-add_mailfence
shop
1673
pr/1658
i18n-simple
sponsorship-edits-nov2019
i18n
ipfs
blacklight447-ptio-patch-3
blog
remove-windows-icons
pr/1147
i18n-testing
add-beautify
No results found.
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#1346
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Restoring issue created by flagged GitHub account.
how about three categories:
Essential,Extra, and For power users?
I need to read the extensions through with a better time. I think I am a bit of disagree'er on Privacy Badger, so I don't think your categories would work as we would have disagreement.
General
uBlock Origin: Block Ads and Trackers
Cookie AutoDelete: Automatically Delete Cookies
HTTPS Everywhere: Secure Connections
Optional
Decentraleyes: Block Content Delivery Networks
Terms of Service; Didn’t Read: Be Informed
Snowflake
Privacy Badger: Stop Tracking - if you are fine with non-tracking advertisements and don't want to use a external blocklist. May complement your µBlock.
Advanced
uMatrix: Stop Cross-Site Requests
NoScript Security Suite: Be in total control
My list above doesn't take into account https://github.com/privacytoolsIO/privacytools.io/issues/1292 the CSP handling, so it may contain incompatible ones, so I think #1292 should be thought about together with this.
I think this would be okay, ill try and make a pr for this this morning . do we still want coolie auto delete though? @thorin-oakenpants had some issues with it if i recall correctly.
I have issues with all cookie extensions that are used for sanitizing (clearing persistent data) because at best, they provide a false sense of privacy. There are no APIs for clearing a lot of persistent local storage by host: and until they can do that, sites can still store persistent data in e.g IndexedDB or service worker cache - and re-apply it on subsequent visits: a la zombie data. Basically, what I'm saying is that Cookie Extensions are snake oil - that's my opinion, not a reflection on those who make them etc.
The only method I would trust is containers: because they do have the right APIs. e.g. use Temporary Containers in a hardened config (every new tab/domain is a new container) - but I don't expect that to be suggested to most of your readers (personally I use a different method: don't ask). Instead I would encourage them to use
New Private Windowa lot@Thorin-Oakenpants so technically, if people want the affect they think they get with cookie auto delete, we should advice them to configure firefox to basically always use private mode?
No, because in PB Mode you have even less control over persistent local storage (designed that way: e.g you can't see or control cookies etc: or at least in the past you couldn't: not really interested in it TBH) - hence I said "start in normal window mode". And in PB Mode you can't use containers.
If you start in normal mode, then when you open a PB window (or several), that's a separate session where everything (I think) is memory only: and everything is sanitized when all PB Mode windows are closed. Then when you open a new one, it starts again.
You can basically achieve almost everything PB Mode does in normal window sessions anyway