nginx_cookie_flag_module
nginx_cookie_flag_module copied to clipboard
SameSite=None coming to Chrome February 2020
https://blog.chromium.org/2019/10/developers-get-ready-for-new.html
A new SameSite attribute value "None" is being added. This module should probably be updated to support it.
If you check the one pending pull request, it looks like that code change makes things much cleaner and should be pretty easy to add in what you are wanting with minimal effort.