fixed CORS wildcard

This commit is contained in:
Stephan D
2025-12-09 19:59:33 +01:00
parent 1079ad7d0a
commit 19df740550
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@@ -8,4 +8,5 @@ devtools_options.yaml
untranslated.txt untranslated.txt
generate_protos.sh generate_protos.sh
update_dep.sh update_dep.sh
.vscode/ .vscode/
.gocache/

View File

@@ -16,8 +16,7 @@ api:
CORS: CORS:
max_age: 300 max_age: 300
allowed_origins: allowed_origins:
- "http://*" - "*"
- "https://*"
allowed_methods: allowed_methods:
- "GET" - "GET"
- "POST" - "POST"