Missed off origin allow list for Ackee
This commit is contained in:
parent
5dce096d62
commit
ff01fd4639
@ -19,7 +19,7 @@ services:
|
|||||||
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
- "traefik.enable=true" # <== Enable traefik to proxy this container
|
||||||
|
|
||||||
- "traefik.http.middlewares.corsheaders.headers.accesscontrolallowmethods=GET,POST,PATCH,OPTIONS"
|
- "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.corsheaders.headers.accessControlAllowHeaders=Content-Type"
|
||||||
|
|
||||||
- "traefik.http.middlewares.redirect-web-secure.redirectscheme.scheme=https"
|
- "traefik.http.middlewares.redirect-web-secure.redirectscheme.scheme=https"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user