arkenfox / user.js

Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
MIT License
9.9k stars 510 forks source link

reminder: privacy policies on Extensions #236

Closed Thorin-Oakenpants closed 6 years ago

Thorin-Oakenpants commented 6 years ago

as of current Wiki page (in future all additions require policy vetting) - checklist to find privacy policy links

Extensions

not my problem or my job

don't care also obsolete at ESR52 EOL

---original post

this is a reminder for Thorin to do something about privacy policies for recommended addons - both in our wiki (I think we're good - eg gorhill, C-AD, Decentraleyes, etc - well known respected devs IMO, but we will check anyway), and those in the sticky

for example: here is an extension https://addons.mozilla.org/en-US/firefox/addon/popup_blocker/ .. 4th page of 57 compatible extensions sorted by popularity Now read the privacy policy - https://www.popup-blocker.com/privacypolicy.html How can 25K users be so naive

PS: Not that I think we need any sort of popup blocker

  1. dom.popup_allowed_events", "click dblclick" (this does it for me)
  2. overkill: breaks lots so u need to set quite a few exceptions: set uBo to use no-popups: * true (that's the icon of two pages, bottom left in your doorhanger) - it will not cover ALL popup events AFAIK. It is better to allow all and deny troublesome sites

That fixes 99.9% of them. I've yet to see one to be honest

Thorin-Oakenpants commented 6 years ago

Note sure how to do this for the Wiki, I do not want it to become too "busy". Note if you mouse over PP you get alt text Privacy Policy. Asterix is there to break the color. Does this look OK?

Edit: I know, I'll use a ✔ symbol, and we'll just put up privacy policy links for those we can find - the tick meaning it's all good re privacy. Just need to find all the links now

Atavic commented 6 years ago
Atavic commented 6 years ago

Yes, it falls back on %LOCALE%

Atavic commented 6 years ago

Just do that.

Thorin-Oakenpants commented 6 years ago

these requests make me feel like a spammer :-(

kkapsner commented 6 years ago

Didn't feel like spam on the other side.

Thorin-Oakenpants commented 6 years ago

Closing: have added privacy policy links where they exist, having one is up to the extension owners

Atavic commented 6 years ago

@rekixex Been asked here.

Thorin-Oakenpants commented 6 years ago

in future all additions require policy vetting

It seems that Skip Redirect doesn't have a privacy policy - I may be wrong, just did a quick search.

I also said

Closing: have added privacy policy links where they exist, having one is up to the extension owners

I am no longer interested in chasing anyone up. I will check for a privacy policy when I add an item, but that's it.

Atavic commented 6 years ago

Skip Redirect: This extension does not collect or send data of any kind to third parties

Atavic commented 6 years ago

There's a bugzilla discussion about privacy labels for addons/webextensions:

“privacy”: [ “sendsUsageDataToThirdParty”, “sendsUsageDataToDeveloper”, “sendsBrowsingData”, “sendsProfileData”, “collectsUserData” ]

Also related: https://github.com/pyllyukko/user.js/issues/365