Skip to content

Commit 8ca5326

Browse files
authored
fix(maevsi): allow secure localhost origin (#163)
1 parent 1cac1a3 commit 8ca5326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ services:
166166
- traefik.enable=true
167167
- traefik.http.middlewares.maevsi_cors.headers.accessControlAllowHeaders=authorization,hook-name
168168
- traefik.http.middlewares.maevsi_cors.headers.accessControlAllowMethods=GET,POST,PUT,DELETE
169-
- traefik.http.middlewares.maevsi_cors.headers.accessControlAllowOriginList=http://localhost:3000
169+
- traefik.http.middlewares.maevsi_cors.headers.accessControlAllowOriginList=https://localhost:3000
170170
- traefik.http.middlewares.maevsi_redirectregex.redirectregex.regex=^https?:\/\/www\.${STACK_DOMAIN}\/(.*)
171171
- traefik.http.middlewares.maevsi_redirectregex.redirectregex.replacement=https://${STACK_DOMAIN}/$${2}
172172
- traefik.http.routers.maevsi.entryPoints=web

0 commit comments

Comments
 (0)