1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 09:36:39 +02:00

Add http_only flag to CookieSessionBackend

This commit is contained in:
Denis Kolodin
2018-07-23 12:29:25 +03:00
parent 4862227df9
commit b367f07d56
2 changed files with 10 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
* Fixed default_resource 'not yet implemented' panic #410
* Add `CookieSessionBackend::http_only` method to set `HttpOnly` directive of cookies
## [0.7.0] - 2018-07-21