ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,664
- Points
- 823
Reputation:
The SameSite cookie attribute is being rapidly adopted across browsers, and it backwards compatible.
For cross-site integration purposes, this likely needs to be a config.php level toggle.
Continue reading...
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...