From 3d3198d86faabf9c91b63e40259d3d2f94681d59 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 16 May 2022 10:34:26 -0400 Subject: [PATCH] Allow all hosts for dev environment This is needed to enable testing of hCaptcha through a host proxy. --- config/development.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/development.json b/config/development.json index 7554af38..9a68e8c0 100644 --- a/config/development.json +++ b/config/development.json @@ -3,6 +3,7 @@ "notifications": "http://localhost:61840" }, "dev": { + "allowedHosts": "all", "proxyApi": "http://localhost:4000", "proxyIdentity": "http://localhost:33656", "proxyEvents": "http://localhost:46273",