fixed CORS wildcard
This commit is contained in:
@@ -16,8 +16,7 @@ api:
|
||||
CORS:
|
||||
max_age: 300
|
||||
allowed_origins:
|
||||
- "http://*"
|
||||
- "https://*"
|
||||
- "*"
|
||||
allowed_methods:
|
||||
- "GET"
|
||||
- "POST"
|
||||
|
||||
Reference in New Issue
Block a user