Missed off origin allow list for Ackee

This commit is contained in:
Luke Else 2025-02-03 10:22:03 +00:00
parent 5dce096d62
commit ff01fd4639

View File

@ -19,7 +19,7 @@ services:
- "traefik.enable=true" # <== Enable traefik to proxy this container
- "traefik.http.middlewares.corsheaders.headers.accesscontrolallowmethods=GET,POST,PATCH,OPTIONS"
- "traefik.http.middlewares.corsheaders.headers.accesscontrolalloworiginlist=tracked-domain.example.com"
- "traefik.http.middlewares.corsheaders.headers.accesscontrolalloworiginlist=luke-else.co.uk"
- "traefik.http.middlewares.corsheaders.headers.accessControlAllowHeaders=Content-Type"
- "traefik.http.middlewares.redirect-web-secure.redirectscheme.scheme=https"