Is there a way to set the SameSite cookie to none with Nginx?

后端 未结 0 745
半阙折子戏
半阙折子戏 2020-12-29 05:58

On an Apache test server, our vendors were able to achieve what we needed by setting

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure;SameSite=None

相关标签:
回答
  • 消灭零回复
提交回复
热议问题