mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +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",
|
"proxyApi": "http://localhost:4000",
|
||||||
"proxyIdentity": "http://localhost:33656",
|
"proxyIdentity": "http://localhost:33656",
|
||||||
"proxyEvents": "http://localhost:46273",
|
"proxyEvents": "http://localhost:46273",
|
||||||
"proxyNotifications": "http://localhost:61840"
|
"proxyNotifications": "http://localhost:61840",
|
||||||
|
"wsConnectSrc": "ws://localhost:61840"
|
||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"secretsManager": true,
|
"secretsManager": true,
|
||||||
|
@ -270,6 +270,7 @@ const devServer =
|
|||||||
https://*.duosecurity.com
|
https://*.duosecurity.com
|
||||||
;connect-src
|
;connect-src
|
||||||
'self'
|
'self'
|
||||||
|
${envConfig.dev.wsConnectSrc ?? ""}
|
||||||
wss://notifications.bitwarden.com
|
wss://notifications.bitwarden.com
|
||||||
https://notifications.bitwarden.com
|
https://notifications.bitwarden.com
|
||||||
https://cdn.bitwarden.net
|
https://cdn.bitwarden.net
|
||||||
|
Loading…
Reference in New Issue
Block a user