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

Fix warning with cross-site cookies (Google Analytics) #151

Open
lmammino opened this issue Jan 21, 2024 · 0 comments
Open

Fix warning with cross-site cookies (Google Analytics) #151

lmammino opened this issue Jan 21, 2024 · 0 comments

Comments

@lmammino
Copy link
Owner

Screenshot 2024-01-21 at 11 07 39

  1. Cookies with the SameSite=None; Secure and not Partitioned attributes that operate in cross-site contexts are third-party cookies. In future Chrome versions, reading third-party cookies will be blocked. This behavior protects user data from cross-site tracking.

    Please refer to the article linked to learn more about preparing your site to avoid potential breakage.

  2. AFFECTED RESOURCES
    1. 5 cookies
      1. Name | Domain & Path -- | -- __Secure-3PSID | .google.com/ __Secure-3PAPISID | .google.com/ NID | .google.com/ __Secure-3PSIDTS | .google.com/ __Secure-3PSIDCC | .google.com/
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

1 participant