On Apr 30, 2014, at 9:54 AM, Michael Kelly <mke...@mozilla.com> wrote:
> The issue of privacy vs. analytics is a complex one. There's a few > different questions that need to be answered to justify Mozilla's use > of Google Analytics. I'm just a lowly webdev who doesn't know too much > about official stances and tech, but here's my take: > > First: Is it okay to track user actions and analyze them? We have a wonderful solution for that in the form of the DNT header. We can simply load the Google Analytics code conditionally by doing something like: <script> if (navigator.doNotTrack !== “yes”) { … insert the standard GA snippet here ... } </script> Personally I think we should make this standard practice. S. _______________________________________________ governance mailing list governance@lists.mozilla.org https://lists.mozilla.org/listinfo/governance