yesod/yesod-core/test/YesodCoreTest
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
..
JsLoaderSites Move away from RepHtml some more 2013-05-20 09:16:53 +03:00
Auth.hs Fix tests: force HTTP/1.1 in a few places 2013-12-03 11:57:56 +02:00
Cache.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
CleanPath.hs Remove all conditional compilation for Yesod 1.4 release 2014-09-07 18:17:45 +03:00
Csrf.hs Default CSRF tokens to the root path "/" 2016-08-16 07:25:41 -07:00
ErrorHandling.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
Exceptions.hs Proper handling of impure exceptions within HandlerError values 2016-06-22 18:24:18 +03:00
InternalRequest.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
JsLoader.hs Move away from RepHtml some more 2013-05-20 09:16:53 +03:00
Json.hs Merge remote-tracking branch 'origin/master' into persistent2-simpler-dispatch 2014-03-20 04:14:09 +02:00
Links.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
LiteApp.hs LiteApp uses a Writer monad 2013-03-27 08:51:03 +02:00
Media.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
MediaData.hs Route attributes/appcache example #518 2013-04-11 17:07:22 +03:00
NoOverloadedStrings.hs Switch yesod-core to use simpler dispatch 2014-03-04 13:46:03 +02:00
NoOverloadedStringsSub.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
RawResponse.hs Placed App after mkYesod in the RawResponse test. 2015-08-23 22:53:13 +02:00
Redirect.hs Improve etag supported fpco/stackage-server#29 #868 #869 2014-11-19 11:03:55 +02:00
Reps.hs Switch yesod-core to use simpler dispatch 2014-03-04 13:46:03 +02:00
RequestBodySize.hs Initial WAI 3.0 support, one test still failing 2014-05-22 20:17:29 +03:00
Ssl.hs Add laxSameSiteSessions and strictSameSiteSessions 2016-05-01 16:31:01 +01:00
Streaming.hs LiteApp uses a Writer monad 2013-03-27 08:51:03 +02:00
StubLaxSameSite.hs Add laxSameSiteSessions and strictSameSiteSessions 2016-05-01 16:31:01 +01:00
StubSslOnly.hs added functions to simplify application of an ssl-only policy to a site 2014-12-20 10:26:32 -05:00
StubStrictSameSite.hs Add laxSameSiteSessions and strictSameSiteSessions 2016-05-01 16:31:01 +01:00
StubUnsecured.hs added functions to simplify application of an ssl-only policy to a site 2014-12-20 10:26:32 -05:00
WaiSubsite.hs Add test for hierarchical subsite with arguments 2016-01-19 17:06:40 +05:30
Widget.hs Take hlint suggestions. 2016-06-28 08:28:23 +02:00
YesodTest.hs Simplified GHandler/GWidget 2013-03-13 10:59:10 +02:00