Expand CORS allowlist in Traefik to include additional Truckwash domains and localhost
This commit is contained in:
@@ -66,6 +66,13 @@ http:
|
||||
accessControlMaxAge: 86400
|
||||
accessControlAllowOriginList:
|
||||
- "https://truckwash.io"
|
||||
- "https://web.truckwash.dk"
|
||||
- "https://api.truckwash.dk"
|
||||
- "https://truckwash.dk"
|
||||
- "https://staging.truckwash.io"
|
||||
- "http://localhost"
|
||||
- "https://localhost"
|
||||
- "https://twdev.jeppeb.dk"
|
||||
accessControlAllowMethods:
|
||||
- GET
|
||||
- POST
|
||||
|
||||
Reference in New Issue
Block a user