-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal: x/pkgsite: remove cookie banner #65080
Comments
What are the cookies used for? Skimming the code, it looks like only the following things: I agree their value does seem rather marginal. |
A similar argument applies to the cokie banner on the go.dev site. I'm not sure whether to open a new issue or both sites can be tracked in this one. |
Probably best to deal with them separately, since the answer depends on technical details of each service, not just political will. |
IANAL but my understanding is that if the cookies are purely functional, no banner is necessary. Surely Google does have some lawyers who could review it though. |
#65102 is for go.dev. |
What is the URL of the page with the issue?
https://pkg.go.dev/
What is your user agent?
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0
Screenshot
What did you do?
Load any pkg.go.dev page from a browser with context cleared, such as from private mode.
What did you see happen?
A cookie banner.
What did you expect to see?
No cookie banner.
With big players such as github.com, sentry.io apparently not needing banners, it seems to me the tracking cookies on pkg.go.dev do not carry their weight (banner and privacy implicatons). I propose tracking be removed and the banner taken down.
The text was updated successfully, but these errors were encountered: