Remove unused CSRF-handling JS from the layout, we'll probably not be making AJAX requests here anyway
This commit is contained in:
parent
69e3d7f267
commit
d32b698545
2 changed files with 0 additions and 20 deletions
|
@ -19,8 +19,6 @@ import Yesod.Auth.OpenId (authOpenId, IdentifierType (Claimed))
|
|||
import Yesod.Default.Util (addStaticContentExternal)
|
||||
import Yesod.Core.Types (Logger)
|
||||
import qualified Yesod.Core.Unsafe as Unsafe
|
||||
import qualified Data.CaseInsensitive as CI
|
||||
import qualified Data.Text.Encoding as TE
|
||||
|
||||
-- | The foundation datatype for your application. This can be a good place to
|
||||
-- keep settings and values requiring initialization before your application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue