Support SameSite cookie attribute

Status
This content is read-only, or is not open for further replies.

Xon

Guest
offline
The SameSite cookie attribute is being rapidly adopted across browsers, and it backwards compatible.

Same-site cookies ("First-Party-Only" or "First-Party") allow servers to mitigate the risk of CSRF and information leakage attacks by asserting that a particular cookie should only be sent with requests initiated from the same registrable domain.
Click to expand...

For cross-site integration purposes, this likely needs to be a config.php level toggle.

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom