From ede0544bbe1725ae832f90d88d77f3220b113353 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Mon, 4 Jan 2021 14:42:09 +0000 Subject: [PATCH] bug: fix typo in app settings (#613) --- backend/src/Squidex/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/Squidex/appsettings.json b/backend/src/Squidex/appsettings.json index 2e2250099..8c4e8db55 100644 --- a/backend/src/Squidex/appsettings.json +++ b/backend/src/Squidex/appsettings.json @@ -25,7 +25,7 @@ /* * A list of known proxies to make forward headers safer. */ - "knwonProxies": [], + "knownProxies": [], /* * Set it to true to use the X-Forwarded- headers for host name and scheme. @@ -750,4 +750,4 @@ "clientId": "QZhb3HQcGCvE6G8yNNP9ksNet", "clientSecret": "Pdu9wdN72T33KJRFdFy1w4urBKDRzIyuKpc0OItQC2E616DuZD" } -} \ No newline at end of file +}