Changed wildcard allow to the correct domain

This commit is contained in:
Luke Else 2025-02-03 10:31:32 +00:00
parent 4501c444d1
commit 3675c75687

View File

@ -20,7 +20,7 @@ services:
# Enable CORS headers # Enable CORS headers
- "traefik.http.middlewares.cors.headers.accesscontrolallowmethods=*" - "traefik.http.middlewares.cors.headers.accesscontrolallowmethods=*"
- "traefik.http.middlewares.cors.headers.accesscontrolalloworiginlist=*" - "traefik.http.middlewares.cors.headers.accesscontrolalloworiginlist=luke-else.co.uk"
- "traefik.http.middlewares.cors.headers.accesscontrolmaxage=100" - "traefik.http.middlewares.cors.headers.accesscontrolmaxage=100"
- "traefik.http.middlewares.cors.headers.addvaryheader=true" - "traefik.http.middlewares.cors.headers.addvaryheader=true"