| I was big fan of original Flattr, that's why i was excited for 2.0 too. However that "extension" setup is something that still keeps me in evaluation phase, rather than 100% in. I inspected extension (not 100% of it, but a bit of code, storage, xhr calls). Some findings: * They use whitelist (visible in source) of sites, thus they do not record activity on all sites, but just the ones in whitelist. * You can individually block sites from being tracked even if they are in whitelist (by click on the icon). This gets respected. * They store a lot of data "locally". Things like timestamps, cursor activity, time spent on the page etc. This does not get sent to flattr, but sits in local storage. * Once "site/page" qualifies for a flattr, path with title is sent to flattr. No other information (i.e. - no query string, no mouse activity etc.). * They record things, that they should blacklist. For example - common cms paths (wp-admin/) is reported, but should not be. In some sites they report paths that should be blacklisted (like in twitter they report /settings/ ). * In youtube.com icon for extension looks disabled (like nothing is being recorded), however they still store data in local db (browsing history, videos viewed). Nothing is sent to flattr though. This should be updated. Either show in icon that you record data, or do not record anything. All in all extension does not look malicious at the moment. But it's not perfect either. And i'm not sure that there will be a point where i will feel 100% confident with it. Most likely i will try to use it, but will continue to inspect regularly to see if its still solid. Edited: fixed some typos. |
We have tried to be as thorough as we could with what data the extension saves in local storage, even with the first release. There are always improvements that can be done and will be done.
We are going to add to the blacklist to not send things like twitter settings or wp dashboards etc.
Youtube is a bug that sneaked in just before release, in reality the UI does not reflect that youtube is supported and used. It's being addressed right now.