diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 1d3bbda..f63e21e 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', 'tktest.lan', '127.0.0.1', '127.0.0.1:4200', '127.0.0.1:8000', 'framadate-api.cipherbliss.com'] + trusted_hosts: ['localhost:4200', 'localhost', 'www.tk.lan', '127.0.0.1', '127.0.0.1:4200', '127.0.0.1:8000', 'framadate-api.cipherbliss.com'] secret: '%env(APP_SECRET)%' #csrf_protection: true #http_method_override: true