From af9f207b7817f6a81e4edca46c984fbe6eba147a Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sat, 19 Oct 2019 00:13:48 +0000 Subject: [PATCH] S2S: In repo inbox POST, don't check for CSFR token --- src/Vervis/Foundation.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs index dc81bd1..4a0d510 100644 --- a/src/Vervis/Foundation.hs +++ b/src/Vervis/Foundation.hs @@ -208,6 +208,7 @@ instance Yesod App where Just PostReceiveR -> return False Just (SharerInboxR _) -> return False Just (ProjectInboxR _ _) -> return False + Just (RepoInboxR _ _) -> return False Just (GitUploadRequestR _ _) -> return False Just r -> isWriteRequest r )