Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public String getHeaderName()
{
// ReactJS hot reload uses localhost port 3001. If in dev mode, allow browser to access that port.
if (AppProps.getInstance().isDevMode())
registerAllowedConnectionSource("reactjs.hot.reload", "localhost:3001");
registerAllowedConnectionSource("reactjs.hot.reload", "localhost:3001 ws:");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this PR can be closed in favor of #6345 and we make the same change there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was waiting for the other one to be merged. Closing this now.

}

@Override
Expand Down