[FEATURE] Add SameSite=None support to the nginx_cookie_flag_module
What's needed and why?
Hi, there's a pull request on https://github.com/AirisX/nginx_cookie_flag_module/pull/13/files for the https://github.com/AirisX/nginx_cookie_flag_module that never got applied.
Unfortunately the application I'm running behind Bunkerweb is really bad and requires a cookie policy for certain cookies to be SameSite=None , we're working on getting it to SameSite=Strict but it will take some time. It would be nice if you could add this pull request, so I don't have to build an maintain a custom version of BW myself for just this case.
Implementations ideas (optional)
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Hi @patkarcarasent, thanks so much for submitting this feature request — it’s a great idea! We’ll review it and keep you posted on any updates.
@patkarcarasent, after some search, it looks like it's already implemented in BunkerWeb since the 1.6.1 version: https://github.com/bunkerity/bunkerweb/commit/7c71fe32f005ea71a20d8a2e1b92885bf3e15dcb
In that case it's just the documentation that needs to be updated, nice!
It will be in the next minor release, thank you for pointing it out 😄