yesod/yesod-core/Yesod/Core/Class
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
..
Breadcrumbs.hs Incomplete change: GWidget/GHandler->WidgetT/HandlerT 2013-03-14 05:00:16 +02:00
Dispatch.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
Handler.hs GHC 7.10 import warnings removed from yesod-core. 2015-08-26 14:52:39 +02:00
Yesod.hs Default CSRF tokens to the root path "/" 2016-08-16 07:25:41 -07:00