react-aad icon indicating copy to clipboard operation
react-aad copied to clipboard

Some cookies are misusing the recommended `sameSite` attribute

Open mrpickles3rd opened this issue 5 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. FireFox and Chrome are changing the default value of the SameSite attribute for cookies from None to Lax

Describe the solution you'd like Explicitly set this value to None, Strict or Lax to remove the warning

Describe alternatives you've considered I have not.

Additional context Article from Mozilla about changing the default value of the SameSite Screenshot 2020-08-05 at 09 53 20

mrpickles3rd avatar Aug 05 '20 09:08 mrpickles3rd