You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent PEN test reports noticed that cookies issued by Arc4 (via AddCookie) are not having SameSite (or HttpsOnly, which is called Secure in .NET) enabled.
We should consider:
explicitly specify security and site restrictions in calls to AddCookie.
Recent PEN test reports noticed that cookies issued by Arc4 (via
AddCookie
) are not havingSameSite
(orHttpsOnly
, which is calledSecure
in .NET) enabled.We should consider:
AddCookie
.The text was updated successfully, but these errors were encountered: