How to disable same site policy in Chrome?

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

提交回复
热议问题