Rust: Privacy policy tracking issue

Created on 11 Jan 2018  路  10Comments  路  Source: rust-lang/rust

A couple of Rust related websites use Google Analytics. Google's TOS require you to provide a privacy policy. I couldn't find any privacy policy for rust related websites, so I'm creating this tracking issue to track adoption of privacy policies.

Edit: the core team has decided to remove google analytics, see @steveklabnik 's comment below. Thus, this list now tracks which domain has no google analytics:

doc.rust-lang.org seems to be clean. Haven't checked any other websites, so please feel free and edit this issue post and add them here if you find that they use google analytics as well.

Also, if it isn't enabled yet, I think that the "Mozilla feature" should be enabled in the interface (IIRC it was added on pressure by Mozilla), to prevent Google from using the collected data for other purposes.

C-enhancement T-core

Most helpful comment

The core team discussed this, and we are fine just wholesale removing GA. We thought it was more useful than it actually is in practice.

PRs welcome, and if nobody gets to it, ill do it next week.

Sorry about the wait here.

All 10 comments

It is also important that use of a third party advertising service means that those cookies aren't exempt from The EU Cookie Law and requires there be a popup that allows the user to give their consent.

Hello,

Has any progress been made on this issue?

I first reported rust-lang/crates.io#955 back in August 2017 and I was reassured to see it acknowledged almost immediately - however that was 7 months ago.

I know that _this_ issue has only been open for two months but, the lack of (public) activity is very troubling given the topic at hand.

I think we should disable Google Analytics usage across Rust websites until the problem is resolved, maybe even after that.

Also it's worth pointing out that after the 25th of May this will be in violation of GDPR which also requires that you can't just have a popup like "We're using cookies click X to hide this". The cookies have to be off by default and the user has to opt into giving their data.

The core team discussed this, and we are fine just wholesale removing GA. We thought it was more useful than it actually is in practice.

PRs welcome, and if nobody gets to it, ill do it next week.

Sorry about the wait here.

This is a reminder that the GDPR deadline has passed, and the GA stuff is still there.

@steveklabnik has just disabled GA internals.rust-lang.org, and thus we are GA free now. Thanks to everyone who has contributed.

It might make some sense to think about privacy policies for places that actually store personal information, like crates.io but I think that is best left to a separate issue, as this one has turned out to be very Google Analytics focused.

I have merged several PRs, and removed the GA code from internals. I believe that's everything! If not, please let me know.

Thank you everyone, for pushing on this.

It might make some sense to think about privacy policies for places that actually store personal information, like crates.io

This is in the works.

Was this page helpful?
0 / 5 - 0 ratings