Skip to content
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

Merged
merged 20 commits into from
Apr 9, 2024

Conversation

jost-s
Copy link
Contributor

@jost-s jost-s commented Apr 6, 2024

No description provided.

@jost-s jost-s added the dependencies Pull requests that update a dependency file label Apr 6, 2024
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}");
Copy link
Member

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

@ThetaSinner
Copy link
Member

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

@ThetaSinner ThetaSinner merged commit f6fddc0 into develop Apr 9, 2024
2 checks passed
@ThetaSinner ThetaSinner deleted the build/update-js-client-add-allowed-origins branch April 9, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants