declaring methods is mandatory
This commit is contained in:
parent
25846155af
commit
c515e85c31
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ services:
|
||||||
- GITEA__cors__ALLOW_DOMAIN =*
|
- GITEA__cors__ALLOW_DOMAIN =*
|
||||||
- GITEA__cors__ALLOW_CREDENTIALS =true
|
- GITEA__cors__ALLOW_CREDENTIALS =true
|
||||||
- GITEA__cors__SCHEME =*
|
- GITEA__cors__SCHEME =*
|
||||||
|
- GITEA__cors__METHODS =GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS
|
||||||
# Ignored in Gitea version < 1.19, see image comment above
|
# Ignored in Gitea version < 1.19, see image comment above
|
||||||
- GITEA__cors__HEADERS =Content-Type,User-Agent,Authorization
|
- GITEA__cors__HEADERS =Content-Type,User-Agent,Authorization
|
||||||
# HTTP hooks
|
# HTTP hooks
|
||||||
|
|
Loading…
Reference in a new issue