How to disable same site policy in Chrome?

前端 未结 3 1237
一整个雨季
一整个雨季 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: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

提交回复
热议问题