Veriteworks / CookieFix

Fix Magento2.2/2.3/2.4 Cookie SameSite attribute
Academic Free License v3.0
65 stars 35 forks source link

Google ReCaptcha cookie issues #2

Closed devchris79 closed 4 years ago

devchris79 commented 4 years ago

Hi HirokazuNishi,

I have tried the module but I am still seeing cookie issues from the Google ReCaptcha functionality:

image

It seems to be a consent cookie issue:

image

HirokazuNishi commented 4 years ago

@devchris79 as I explained to you, the cookie was sent from Google domain. We cannot change google's behavior from our side.

SameSite cookie attribute can be set by origin domain servers. Not from browser side or 3rd parties. Therefore "mage-*" cookie values that are created by JavaScript can't set SameSite attribute.

devchris79 commented 4 years ago

Thanks for the help.