We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SameSite
This is happening with all our third-party integrations like FullStory, Google Tag Manager, and so on. Here's a full example:
A cookie associated with a cross-site resource at http://fullstory.com/ was set without the SameSite attribute. It has been blocked, as Chrome now only delivers cookies with cross-site requests if they are set with SameSite=None and Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.
SameSite=None
Secure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is happening with all our third-party integrations like FullStory, Google Tag Manager, and so on. Here's a full example:
The text was updated successfully, but these errors were encountered: