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 +}