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

Add option to disable CORS in sockjs #12789

Merged
merged 3 commits into from Oct 3, 2023
Merged

Conversation

brianlukoff
Copy link
Contributor

This adds the ability to set an environment variable DISABLE_SOCKJS_CORS which activates the disable_cors flag in sockjs. This addresses a common issue that is flagged by many vulnerability scanners, discussed in #8317.

Copy link
Collaborator

@StorytellerCZ StorytellerCZ left a comment

Choose a reason for hiding this comment

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

Hi @brianlukoff can you please document this in the docs as well?

@brianlukoff
Copy link
Contributor Author

No problem -- just added a note to the docs about this.

@StorytellerCZ StorytellerCZ added this to the Release 2.14 milestone Oct 1, 2023
@Grubba27 Grubba27 changed the base branch from devel to release-2.14 October 3, 2023 12:58
@Grubba27 Grubba27 merged commit 2a8ee6e into meteor:release-2.14 Oct 3, 2023
7 checks passed
@brianlukoff
Copy link
Contributor Author

Thanks!

@StorytellerCZ StorytellerCZ mentioned this pull request Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants