1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00:00

enable secure cookies

This commit is contained in:
Nikolay Kim 2017-11-08 20:57:59 -08:00
parent 519a9e64f8
commit 2a319d733f

View file

@ -40,7 +40,7 @@ httparse = "0.1"
http-range = "0.1"
mime = "0.3"
mime_guess = "1.8"
cookie = { version="0.10", features=["percent-encode"] }
cookie = { version="0.10", features=["percent-encode", "secure"] }
regex = "0.2"
sha1 = "0.2"
url = "1.5"