-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
REQUEST: Detection of incompatibility with SameSite=None #175
Comments
related project for checking client side that has afflicted UA strings in the code for reference |
Thanks, @FloppyKing. I would accept a pull request for this. :) |
i'll have to poke around in the inner workings of BrowserDetect.pm and figure out how to create pull requests later when i get more time, but just leaving this here for now as a "rough sketch" of sorts for myself to look at later, or perhaps for someone else to reference that may already be versed in the ways of github
|
Great, thanks for sharing this. 👍 If GitHub is the blocker, I'd accept a plain old patch too. We'd just need some appropriate tests to accompany any new code. |
With google now changing the default behavior of cross-site accessible cookies and forcing us to include SameSite=None property it would be beneficial to have a short-hand method for checking for browsers that are incompatible with the None value of the SameSite cookie property.
For further explanation see https://web.dev/samesite-cookies-explained/ or https://blog.chromium.org/2019/10/developers-get-ready-for-new.html
According to google the incompatible clients include the below
The text was updated successfully, but these errors were encountered: