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

Allow websocket connections to the same host (csp) in Safari #7929

Merged
merged 3 commits into from
Aug 20, 2021

Conversation

alex-kovoy
Copy link
Contributor

After we extended our CSP headers with default: 'self', the websockets connections stopped being allowed in Safari. This is because connect-src 'self' does not resolve to websocket schemas in all browsers. More in it here.

Fixes #7928

Copy link
Contributor

@russjones russjones left a comment

Choose a reason for hiding this comment

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

Bot.

@alex-kovoy alex-kovoy merged commit 54d5fe6 into master Aug 20, 2021
@alex-kovoy alex-kovoy deleted the alexey/csp-websocket branch August 20, 2021 02:55
alex-kovoy added a commit that referenced this pull request Sep 17, 2021
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.

Server access from web console fails in Safari
3 participants