diff --git a/src/Foundation.hs b/src/Foundation.hs index b437a4d..fd5a9c5 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -81,7 +81,7 @@ instance Yesod App where -- b) Validates that incoming write requests include that token in either a header or POST parameter. -- For details, see the CSRF documentation in the Yesod.Core.Handler module of the yesod-core package. yesodMiddleware = - defaultCsrfMiddleware . + -- defaultCsrfMiddleware . -- sslOnlyMiddleware 120 . defaultYesodMiddleware diff --git a/templates/default-layout-wrapper.hamlet b/templates/default-layout-wrapper.hamlet index 07ec4c9..b2b9d25 100644 --- a/templates/default-layout-wrapper.hamlet +++ b/templates/default-layout-wrapper.hamlet @@ -12,29 +12,29 @@ $newline never ^{pageHead pc} -