I added a google reCaptcha script v2 to the login page of my app. It works alright but I get the following console warnings every time it initializes:
A cookie associated with a cross-site resource at http://google.com/ was set without the
SameSite
attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=None
andSecure
. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032
Seems like this reCapthca iframe is saving cookies but doing it the wrong way. Is anybody facing the same problem? Is there any way to affect this behavior and get rid of these console warnings?
Your question is related to this one: SameSite warning Chrome 77
Basically, it will be the libraries job to fix their cookies and the warning serves only has a warning.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With