Skip to content
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

Third party cookie with Fathom without SameSite and Secure attribute #326

Closed
chinmayj opened this issue Nov 15, 2020 · 2 comments
Closed

Comments

@chinmayj
Copy link

I am using fathom on another (sub) domain than my primary domain. I believe most of the other users would be doing the same. Browsers are planning to phase out third party cookies and the solution proposed includes using SameSite=None and secure attributes in cookie.
As Fathom tarcking script creates the script (with the domain registered as site) with JavaScript, in my case considered as a third party cookie but without the samesite and secure attributes.

Firefox gives this warning,
Cookie “_fathom” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

@luukdv
Copy link

luukdv commented Jan 14, 2021

I think this PR will solve the issue: #314

@JackEllis
Copy link
Collaborator

Merged PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants