Closed
Description
- Gitea version (or commit ref): 1.9
Description
Even after the 1.9-update I still have issues with CORS:
- only one single domain is configurable in
cors.ALLOW_DOMAIN
, setting it to '*' does not respond with the Origin-Domain but with*
(which is not allowed for auth-Requests). - the
cors.SCHEMA
option doesn't seem to do anything (also, probably only allows one value) - in preflight-requests the
authorization
-header is omitted but querying the API even with anOPTIONS
request results in a403 Forbidden
- What is
repository.ACCESS_CONTROL_ALLOW_ORIGIN
doing?