1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

allow explicit SameSite=None cookies (#1282)

fixes #1035
This commit is contained in:
Rob Ede
2020-01-23 01:08:23 +00:00
committed by Yuki Okushi
parent 2e9ab0625e
commit a3287948d1
4 changed files with 26 additions and 8 deletions

View File

@ -1,3 +1,9 @@
## Unreleased
* Setting a cookie's SameSite property, explicitly, to `SameSite::None` will now
result in `SameSite=None` being sent with the response Set-Cookie header.
To create a cookie without a SameSite attribute, remove any calls setting same_site.
## 2.0.0
* `HttpServer::start()` renamed to `HttpServer::run()`. It also possible to