Cookies are HttpOnly
This commit is contained in:
parent
d280870cb7
commit
86e3800951
@ -797,6 +797,7 @@ headerToPair cp getExpires (AddCookie minutes key value) =
|
|||||||
then Nothing
|
then Nothing
|
||||||
else Just $ getExpires minutes
|
else Just $ getExpires minutes
|
||||||
, setCookieDomain = Nothing
|
, setCookieDomain = Nothing
|
||||||
|
, setCookieHttpOnly = True
|
||||||
})
|
})
|
||||||
headerToPair cp _ (DeleteCookie key) =
|
headerToPair cp _ (DeleteCookie key) =
|
||||||
( "Set-Cookie"
|
( "Set-Cookie"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 0.8.3.1
|
version: 0.8.3.2
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -45,7 +45,7 @@ library
|
|||||||
, containers >= 0.2 && < 0.5
|
, containers >= 0.2 && < 0.5
|
||||||
, monad-control >= 0.2 && < 0.3
|
, monad-control >= 0.2 && < 0.3
|
||||||
, enumerator >= 0.4.7 && < 0.5
|
, enumerator >= 0.4.7 && < 0.5
|
||||||
, cookie >= 0.2.1 && < 0.3
|
, cookie >= 0.3 && < 0.4
|
||||||
, blaze-html >= 0.4 && < 0.5
|
, blaze-html >= 0.4 && < 0.5
|
||||||
, http-types >= 0.6 && < 0.7
|
, http-types >= 0.6 && < 0.7
|
||||||
, case-insensitive >= 0.2 && < 0.4
|
, case-insensitive >= 0.2 && < 0.4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user