mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
Enable websocket connection in dev (#7172)
* Enable signalR websocket to dev server * Remove unnecessary env check
This commit is contained in:
parent
7bb4ea842f
commit
0bcb45ed5c
@ -7,7 +7,8 @@
|
||||
"proxyApi": "http://localhost:4000",
|
||||
"proxyIdentity": "http://localhost:33656",
|
||||
"proxyEvents": "http://localhost:46273",
|
||||
"proxyNotifications": "http://localhost:61840"
|
||||
"proxyNotifications": "http://localhost:61840",
|
||||
"wsConnectSrc": "ws://localhost:61840"
|
||||
},
|
||||
"flags": {
|
||||
"secretsManager": true,
|
||||
|
@ -270,6 +270,7 @@ const devServer =
|
||||
https://*.duosecurity.com
|
||||
;connect-src
|
||||
'self'
|
||||
${envConfig.dev.wsConnectSrc ?? ""}
|
||||
wss://notifications.bitwarden.com
|
||||
https://notifications.bitwarden.com
|
||||
https://cdn.bitwarden.net
|
||||
|
Loading…
Reference in New Issue
Block a user