fixup whitespace in docs
This commit is contained in:
parent
1834d255e6
commit
6746c1c94f
@ -370,8 +370,8 @@ sslOnlySessions = (fmap . fmap) secureSessionCookies
|
|||||||
-- session cookies to Lax. With the Lax setting, the cookie will be sent with same-site
|
-- session cookies to Lax. With the Lax setting, the cookie will be sent with same-site
|
||||||
-- requests, and with cross-site top-level navigations.
|
-- requests, and with cross-site top-level navigations.
|
||||||
--
|
--
|
||||||
-- This option is liable to change in future versions
|
-- This option is liable to change in future versions of Yesod as the spec evolves.
|
||||||
-- of Yesod as the spec evolves. View more information <https://datatracker.ietf.org/doc/draft-west-first-party-cookies/ here>.
|
-- View more information <https://datatracker.ietf.org/doc/draft-west-first-party-cookies/ here>.
|
||||||
--
|
--
|
||||||
-- Since 1.4.21
|
-- Since 1.4.21
|
||||||
laxSameSiteSessions :: IO (Maybe SessionBackend) -> IO (Maybe SessionBackend)
|
laxSameSiteSessions :: IO (Maybe SessionBackend) -> IO (Maybe SessionBackend)
|
||||||
@ -381,8 +381,8 @@ laxSameSiteSessions = sameSiteSession sameSiteLax
|
|||||||
-- session cookies to Strict. With the Strict setting, the cookie will only be
|
-- session cookies to Strict. With the Strict setting, the cookie will only be
|
||||||
-- sent with same-site requests.
|
-- sent with same-site requests.
|
||||||
--
|
--
|
||||||
-- This option is liable to change in future versions
|
-- This option is liable to change in future versions of Yesod as the spec evolves.
|
||||||
-- of Yesod as the spec evolves. View more information <https://datatracker.ietf.org/doc/draft-west-first-party-cookies/ here>.
|
-- View more information <https://datatracker.ietf.org/doc/draft-west-first-party-cookies/ here>.
|
||||||
--
|
--
|
||||||
-- Since 1.4.21
|
-- Since 1.4.21
|
||||||
strictSameSiteSessions :: IO (Maybe SessionBackend) -> IO (Maybe SessionBackend)
|
strictSameSiteSessions :: IO (Maybe SessionBackend) -> IO (Maybe SessionBackend)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user