From 5a2068bf549456685b78820ea6db2ab74361070b Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 16 May 2022 11:48:22 -0400 Subject: [PATCH] specify an allowed host --- config/development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/development.json b/config/development.json index 9a68e8c0..575ca4a9 100644 --- a/config/development.json +++ b/config/development.json @@ -3,7 +3,7 @@ "notifications": "http://localhost:61840" }, "dev": { - "allowedHosts": "all", + "allowedHosts": "bitwarden.local", "proxyApi": "http://localhost:4000", "proxyIdentity": "http://localhost:33656", "proxyEvents": "http://localhost:46273",