How to disable same site policy in Chrome?

前端 未结 3 1207
一整个雨季
一整个雨季 2021-01-15 09:30

Is it possible to run chrome without checking SameSite attribute even if the server set it

Set-Cookie: key=value; SameSite=Strict

I did not

相关标签:
3条回答
  • 2021-01-15 09:47

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

    Look at this screenshot

    your website visitors can still see it. However I don't think you should disable it. rather fix the problem. if you are a developer/owner for the site.

    Hopefully this helps.

    0 讨论(0)
  • 2021-01-15 09:49

    Applicable for Chrome version 84 and above

    1. Go to chrome://flags/
    2. Filter with "SameSite"
    3. Disable all 3 flags
    4. Refresh browser

    Reference: https://www.chromium.org/updates/same-site/test-debug

    0 讨论(0)
  • 2021-01-15 09:54

    From what i have read up about it, i don't believe its normally best practise to do this.

    however you might find you answer on Here

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