S2S: Fix bug, CSRF check was accidentally enabled for ProjectInboxR
This commit is contained in:
parent
1abbfdaa35
commit
68a3fcd7c8
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ instance Yesod App where
|
|||
Just (RepoInboxR _) -> return False
|
||||
Just (DeckInboxR _) -> return False
|
||||
Just (LoomInboxR _) -> return False
|
||||
Just (ProjectInboxR _) -> return False
|
||||
Just (GitUploadRequestR _) -> return False
|
||||
Just (DvaraR _) -> return False
|
||||
Just r -> isWriteRequest r
|
||||
|
|
Loading…
Reference in a new issue