yesod/yesod-core/Yesod/Core
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
..
Class Default CSRF tokens to the root path "/" 2016-08-16 07:25:41 -07:00
Internal urlParamRenderOverride method for Yesod class 2016-08-09 22:54:24 +03:00
Content.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
Dispatch.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
Handler.hs Default CSRF tokens to the root path "/" 2016-08-16 07:25:41 -07:00
Internal.hs Add hook to apply arbitrary function to all handlers 2015-12-09 11:29:13 -08:00
Json.hs Version bump for #1241 2016-06-20 17:30:28 +03:00
TypeCache.hs document cache key 2014-10-02 09:11:23 -07:00
Types.hs path, not value 2016-07-08 14:25:47 -05:00
Unsafe.hs GHC 7.10 import warnings removed from yesod-core. 2015-08-26 14:52:39 +02:00
Widget.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00