Live data from Hacker News

Mozilla stops distribution of WOT addon

news.ycombinator.com

81–84 of 84 posts

Re: Mozilla stops distribution of WOT addon

#81
post #59

Earlier quoted context omitted.

They would just start obfuscating the data (with ciphers, word replacements, encoding, minification, etc.) They'd then claim it was for your security/privacy/protection. You know, like how Microsoft encrypts your Windows 10 usage data it sends them. At least you could use the presence of such obfuscation as a sign there's probably something bad afoot. Presuming only a tiny number of extensions try to encode the data…

> ... you could use the presence of such obfuscation as a sign there's probably something bad afoot. So, that "if you have nothing to hide..." argument, basically?

Similar but not the same, one thing is hiding your own information, but another very different is you taking my information and hiding it from me

Re: Mozilla stops distribution of WOT addon

#83
post #49

Earlier quoted context omitted.

Currently, facing this abuse, I'd completely forbid data transfer from an extension to a server by default. Then add exceptions: If the transfer is necessary for the legitimate function of the extension (note: It is not for stuff like adblocker, where the lists are already cached locally), allow it under special control as long as the data sent out is anonymized as much as reasonable. URLs for example should be hashe…

> URLs for example should be hashed before going out. That doesn't help at all. If the server has a database it's going to match this hash too, then it knows what URL corresponds to the hash.

Yeah, Google Safe Browsing ships a local database of urls to prevent this:

https://developers.google.com/safe-browsing/v4/update-api

Re: Mozilla stops distribution of WOT addon

#84
post #30

Earlier quoted context omitted.

I think you can use their bookmarklet, but personally I don't see any benefits as somewhat similar Google Safe Browsing service is internally used by all major browsers.

it was decently accurate at judging whether a random website contained "legal" downloads of books

Yeah, it is true that WOT is useful for some rare use cases, where it is important whether some unknown website is a scam or not, but I don't think I need it for casual browsing.
Post reply on HN