-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update js client & add allowed origins #196
build: update js client & add allowed origins #196
Conversation
url.set_port(Some(port)).expect("can set port on localhost"); | ||
|
||
let (ws_stream, _resp) = tokio_tungstenite::connect_async(url) | ||
let addr = format!("127.0.0.1:{port}"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really dislike that we have to do this, I've raised an issue for it on Holochain holochain/holochain#3571
Sorry, this was more work than i expected. Anything I can do to help get it over the line? I'm happy to use this as a guide when the next round of security changes come along, so I can help out with getting upgraded for that |
No description provided.