Chrome Console SameSite Cookie Attribute Warning

后端 未结 6 778
余生分开走
余生分开走 2020-12-04 16:43

Is anybody else getting this Chrome console warning?

A cookie associated with a cross-site resource at was set without the SameSite a

相关标签:
6条回答
  • 2020-12-04 16:47

    Clearing my site data worked for me, and i hope it helps others:

    I am using the same vuejs - Axios setup as a previous development enviorment which was utilizing the new PWA tech. So clearing the Application cache was the fix.

    0 讨论(0)
  • 2020-12-04 16:54

    This is what was required for me in order to finally fix the problem. Read the warning carefully and enabled/disabled required elements in my google chrome settings

    1. in you URL type chrome://flags
    2. in the search box (Search flags) type cookie
    3. follow the screenshot

    Do not ignore the warning and hide the warning messages!

    Consider this as a workaround, Ideally whichever 3rd party app you are trying to load needs to have SameSite=None and Secure params in their headers set.

    0 讨论(0)
  • 2020-12-04 16:56

    Chrome version 80 will be available 4th of February. It looks like the console 'SameSite Cookie Attribute' warning is finally solved by Google. You can download Chrome Beta and make your own tests before the launch of the official version 80.

    0 讨论(0)
  • 2020-12-04 16:58

    You can disable them through chrome://flags Cookie Deprecation messages disabled.

    0 讨论(0)
  • 2020-12-04 17:02

    I have the same problem with paypal script and since its only them able to set the cookie, they need to fix it so browsers defaulting to this feature will be able to show the content to users properly.

    0 讨论(0)
  • 2020-12-04 17:11

    This is something that the third-party cookie setters (like Stripe) need to handle on their end.

    I reached out to Stripe because I was getting this message for Stripe payments.

    Stripe support response:

    It looks like we're already tracking this internally as this warning comes from Stripe.js, not from react-stripe-elements. For now this is a warning and won't affect payments, and we're working on a fix which will eliminate this message and be compatible with Chrome's upcoming cookie-handling changes.

    (Me) So, it's all on your end? I don't need to do anything?

    No, this is something we have to get worked out on our end.


    Oh, if you're a developer at Stripe/Facebook/Pinterest/so-forth, this answer won't work for you ;)

    0 讨论(0)
提交回复
热议问题