From 16389690b640d6be944b94646e0ec46f13c76c2a Mon Sep 17 00:00:00 2001 From: Kayn Ty Date: Thu, 29 Apr 2021 17:29:26 +0200 Subject: [PATCH] add demo domain as trusted --- config/packages/framework.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 383f420..c507173 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -1,6 +1,6 @@ # see https://symfony.com/doc/current/reference/configuration/framework.html framework: - trusted_hosts: ['localhost:4200', 'localhost'] + trusted_hosts: ['localhost:4200', 'localhost', 'framadate-api.cipherbliss.com'] secret: '%env(APP_SECRET)%' #csrf_protection: true #http_method_override: true