From bc0832581471af032b2757980820575a2ed95625 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 2 Nov 2020 13:41:40 +0100 Subject: [PATCH] Fix host setting. --- backend/src/Squidex/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Squidex/appsettings.json b/backend/src/Squidex/appsettings.json index 3d9729544..1cbd48d94 100644 --- a/backend/src/Squidex/appsettings.json +++ b/backend/src/Squidex/appsettings.json @@ -20,7 +20,7 @@ /* * Set it to true to return a 400 if the host does not match. */ - "enforceHost": true, + "enforceHost": false, /* * A list of known proxies to make forward headers safer.