mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 00:34:54 +09:00
S2S: In repo inbox POST, don't check for CSFR token
This commit is contained in:
parent
9f063fb349
commit
af9f207b78
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue