From 74e321bc505e0e691b8dbff6af33aac1e26f4510 Mon Sep 17 00:00:00 2001 From: "ext.jeremy.guillot@maxicoffee.domains" Date: Wed, 11 Feb 2026 16:06:01 +0100 Subject: [PATCH] fix: .env.example CORS_ALLOW_ORIGIN --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 77e6c80..38f63cb 100644 --- a/.env.example +++ b/.env.example @@ -32,3 +32,4 @@ MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure # The secret used to sign the JWTs MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!" ###< symfony/mercure-bundle ### +CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'