headers yay
All checks were successful
Build and Push / build (push) Successful in 1m32s

This commit is contained in:
hook-lord 2024-09-14 01:35:06 +02:00
parent 78e1736842
commit 665c6f9214

View File

@ -12,6 +12,6 @@ services:
- traefik.http.routers.confetti-api.entryPoints=https
- traefik.http.routers.confetti-api.middlewares=crowdsec-bouncer@docker,confetti-api-cors
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolallowmethods=GET,OPTIONS
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolallowheaders=Content-Type
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolallowheaders=*
- traefik.http.middlewares.confetti-api-cors.headers.accesscontrolalloworigin=*
- traefik.http.middlewares.confetti-api-cors.headers.addvaryheader=true