1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 13:53:17 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Matt Gibson
5a2068bf54 specify an allowed host 2022-05-16 11:48:22 -04:00
Matt Gibson
3d3198d86f Allow all hosts for dev environment
This is needed to enable testing of hCaptcha through a host proxy.
2022-05-16 10:34:26 -04:00

View File

@@ -3,6 +3,7 @@
"notifications": "http://localhost:61840" "notifications": "http://localhost:61840"
}, },
"dev": { "dev": {
"allowedHosts": "bitwarden.local",
"proxyApi": "http://localhost:4000", "proxyApi": "http://localhost:4000",
"proxyIdentity": "http://localhost:33656", "proxyIdentity": "http://localhost:33656",
"proxyEvents": "http://localhost:46273", "proxyEvents": "http://localhost:46273",