Try to fix 3

This commit is contained in:
Frank
2026-01-11 16:00:43 +01:00
parent 34d89129ae
commit f3bf472bc6
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ MAILER_DSN=sendgrid://SG.OAgmIx08Tx-xRp-31ra8Dw.z9iinQv4aXgUD9kOSepyujHvgZYBCean
###> symfony/framework-bundle ###
TRUSTED_PROXIES=127.0.0.1,172.20.0.1,172.20.0.0/16
TRUSTED_HOSTS=^(escapepage\.com|www\.escapepage\.com|localhost|127\.0.0\.1|172\.20\.0\.1)(:[0-9]+)?$
TRUSTED_HOSTS=^.*$
###< symfony/framework-bundle ###
###> mercure ###