1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Add secure field to removal cookie (#300)

Closes https://github.com/actix/actix-extras/issues/299
This commit is contained in:
Even O. Rogstadkjærnet
2022-11-08 10:29:23 +01:00
committed by GitHub
parent 1ac325ab79
commit 8fd166435f
3 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
- Set secure attribute when adding a session removal cookie. [#300]
[#300]: https://github.com/actix/actix-extras/pull/300
## 0.7.2 - 2022-09-11
- Set SameSite attribute when adding a session removal cookie. [#284]