-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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.SCHEMAoption 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 anOPTIONSrequest results in a403 Forbidden - What is
repository.ACCESS_CONTROL_ALLOW_ORIGINdoing?
tonivj5