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

Use bundled sockjs #1057

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Use bundled sockjs #1057

wants to merge 3 commits into from

Conversation

lalten
Copy link
Contributor

@lalten lalten commented Oct 12, 2022

Currently OpenHTF loads SockJS from a CDN over public internet. This is an issue when running in a production environment where public internet connection is not available or desired.

This PR bundles the currently used version of SockJS so the CDN won't be hit anymore.

Probably it would be better to describe this dependency via npm, maybe that could be done in a follow-up PR.


This change is Reviewable

@Teslafly
Copy link

Is #1164 a potentially better solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants