1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

support parsing of SameSite=None (#1503)

This commit is contained in:
Takeru Sato
2020-05-13 01:48:35 +09:00
committed by GitHub
parent bbd4d19830
commit 63864ecf9e
2 changed files with 41 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [Unreleased]
### Fixed
* Support parsing of `SameSite=None` [#1503]
## [2.0.0-alpha.3] - 2020-05-08
### Fixed