Topic: Collected Statistics

Hi,

I've only been using FireGPG for a short while, and this morning was upgraded to version 0.5. I noticed on the upgrade confirmation page, which is shown after Firefox restarts, that you collect usage statistics.

I was wondering exactly what usage statistics are collected, and more importantly, if they are linked in anyway to who I am?

Thanks.

Re: Collected Statistics

Hi

Of course it's totaty anonymous (we don't store ip, time, date, firefox version or anything else)...

We collected stats about install (witch version and witch version did you had before), and about our xpcom (if the xpcom work, on witch plateform, what was the previous stat of the xpcom).

I made you two screenshoot of what we have (it's in french) : http://pix.nofrag.com/4/6/a/b41b985fa81bef4f380b55adf9b14t.jpg  http://pix.nofrag.com/d/5/6/a7cd9f14a508b9d08e4944e9fac00t.jpg

If you want to be sure, check our code wink

Regards,

Re: Collected Statistics

I've read the code. I strongly recommend that you remove this functionality. Any application that deals with GPG should not be sending "anonymous pings" anywhere.

This is all the more important when your extension includes binary (non-script) components, because users cannot easily read the source unless they build it themselves.

Please don't take this as a criticism of FireGPG. I enjoy the program and find it useful. I am simply voicing concerns about one of the project's decisions, and I would like your reputation to stay as clean as possible.

Re: Collected Statistics

We can't. First beacause it's useful to have stats (FireGPG take us a lot of freetime. To see how he is used is important I think), and then for the XpCom we need stats, as it's a little unstable for the moment. XpCom stats will be removed in the futur, but not installs stats wink

Re: Collected Statistics

Has this been disabled in the latest version?

//PING DISABLED var misc = getContent("http://getfiregpg.org/stable/statsxpcom.php?version=" + FIREGPG_VERSION + "&newstate=" + newstate + "&oldstate=" + oldstate + "&plateforme=" + escape(currentos));

Re: Collected Statistics

Yes, as the xpcom has been disabled we disabled his stats wink