Download the PHP package crassula/detect-incompatible-samesite-useragents without Composer
On this page you can find all versions of the php package crassula/detect-incompatible-samesite-useragents. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download crassula/detect-incompatible-samesite-useragents
More information about crassula/detect-incompatible-samesite-useragents
Files in crassula/detect-incompatible-samesite-useragents
Package detect-incompatible-samesite-useragents
Short Description Determine if UserAgent is incompatible with SameSite=None
License MIT
Informations about the package detect-incompatible-samesite-useragents
Difference from original package
This package differs from the original skorp/detect-incompatible-samesite-useragents
with minimum PHP version raised to 7.2 and added PHP 8 support.
Detect Incompatible SameSite Useragents
This class tries to determine the incompatible UserAgents for SameSite=None Attribute.
Installation
You can install this package via composer using this command:
Usage
ported from : https://www.chromium.org/updates/same-site/incompatible-clients
Links about SameSite Cookie:
https://www.chromium.org/updates/same-site/incompatible-clients
https://web.dev/samesite-cookie-recipes/
https://www.netsparker.com/blog/web-security/same-site-cookie-attribute-prevent-cross-site-request-forgery
https://www.thinktecture.com/identity/samesite/prepare-your-identityserver/
Your feedback is welcome.