Veriteworks / CookieFix

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

Add mandatory 'secure' to cookie when forcing 'SameSite=None' #17

Open tshalif opened 3 years ago

tshalif commented 3 years ago

This fix is required, else on Chrome (85) you get the following error:

image

HirokazuNishi commented 3 years ago

@tshalif I think, the feature is already included in Magento core...? You can set secure flag for server-side generated cookie.