revolunet / react-mailchimp-subscribe

React subscribe form for Mailchimp.
https://revolunet.github.io/react-mailchimp-subscribe/
244 stars 49 forks source link

Fix cookie in request for future chrome versions #48

Closed Metashaker closed 3 years ago

Metashaker commented 3 years ago

This is still not an issue, bit will be in future Chrome verisons. I get the following warning after I succesfully suscribe users to my newsletter: A cookie associated with a cross-site resource at https://list-manage.com/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with SameSite=None and Secure.

revolunet commented 3 years ago

Well, this is from mailchimp so this cannot be fixed here unless they provide a real API to add subscribers

Metashaker commented 3 years ago

Okok, will bring it to their attention!