1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/routers
zeripath 28f6f7bb03
Restore CORS on git smart http protocol (#16496)
Unfortunately the chi changes have resulted in the CORS headers for the
git smart http protocol going missing.

This is mostly because the OPTIONS method is not being handled by
httpBase anymore.

This PR adds a GetOptions, PostOptions and Options methods to web
handler to allow OPTIONS method requests to still reach the httpBase
function.

Fix #16350
Close #16491

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-07-21 11:32:35 +08:00
..
api/v1 Check user instead of organization when creating a repo from a template via API (#16346) 2021-07-15 20:19:39 +02:00
common Support custom mime type mapping for text files (#16304) 2021-06-30 17:31:54 -04:00
install just add some unit tests (#16291) 2021-06-29 22:00:02 +01:00
private Add tag protection (#15629) 2021-06-25 16:28:55 +02:00
utils just add some unit tests (#16291) 2021-06-29 22:00:02 +01:00
web Restore CORS on git smart http protocol (#16496) 2021-07-21 11:32:35 +08:00
init.go Add LRU mem cache implementation (#16226) 2021-07-10 23:54:15 +02:00