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

Do not allow mixed-content WebSockets #1237

Closed
xael-fry opened this issue May 25, 2018 · 0 comments
Closed

Do not allow mixed-content WebSockets #1237

xael-fry opened this issue May 25, 2018 · 0 comments
Assignees
Milestone

Comments

@xael-fry
Copy link
Member

Pla should delivered wss on HTTPS pages.

When a attempts to open a WebSocket to a non-TLS-protected server ("ws://"), the attempt fail if the document was delivered over HTTPS.
Since there are basically no existing WebSockets servers, there is no compatibility reason to allow ws:// (as opposed to wss//) WebSockets from an https:// webpage. We would like to deliver wss for HTTPS page

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

No branches or pull requests

1 participant