yesod/yesod-core/test
Maximilian Tagher e6287362ad Default CSRF tokens to the root path "/"
* The default path of cookies is the current path making the request
  * e.g. an AJAX request made from http://example.com/foo/bar would be /foo
  * This causes multiple CSRF tokens to build up as you navigate a site
  * This will cause errors if the CSRF tokens have different values, and an invalid token is sent.
* Closes #1247
2016-08-16 07:25:41 -07:00
..
YesodCoreTest Default CSRF tokens to the root path "/" 2016-08-16 07:25:41 -07:00
en.msg Add 'yesod-core/' from commit '982d6185bee75b078bee92bd8a2e8743707f1922' 2011-07-22 08:59:56 +03:00
Hierarchy.hs yesod-core: Fix for a *very* late change in ghc-8.0 TH api 2016-04-23 10:54:41 +10:00
RouteSpec.hs yesod-core: Fix for a *very* late change in ghc-8.0 TH api 2016-04-23 10:54:41 +10:00
test.hs fix test.hs reference 2011-12-06 08:30:12 -03:00
YesodCoreTest.hs Add laxSameSiteSessions and strictSameSiteSessions 2016-05-01 16:31:01 +01:00