Expand CORS allowlist in Traefik to include additional Truckwash domains and localhost

This commit is contained in:
Jeppe Bundgaard
2026-02-17 09:23:33 +01:00
parent 241a05e498
commit 4d2264e51e
+7
View File
@@ -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