Turn off samesite enforcement in chrome version > 80

后端 未结 1 1038
死守一世寂寞
死守一世寂寞 2020-12-19 10:42

Now that chrome 80 has implemented the samesite cookie enforcement - is there a way to turn that off?

1条回答
  •  独厮守ぢ
    2020-12-19 11:04

    You can disable this behaviour via chrome://flags. Specifically, you can enter these two into your location bar:

    • chrome://flags/#same-site-by-default-cookies
    • chrome://flags/#cookies-without-same-site-must-be-secure

    Set both to "Disabled".

    However, while this might be useful for dealing with sites that still need to update, I would not expect this to be a long term solution.

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