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

Validate websocket origin #2162

Merged
merged 1 commit into from Mar 14, 2024
Merged

Validate websocket origin #2162

merged 1 commit into from Mar 14, 2024

Conversation

jstvz
Copy link
Contributor

@jstvz jstvz commented Feb 29, 2024

WebSockets can be initiated from any site on the internet and still have
the user’s cookies and session. This pull request restricts the sites
which are allowed to open sockets to the app.

See W-14666443

WebSockets can be initiated from any site on the internet and still have
the user’s cookies and session. This pull request restricts the sites
which are allowed to open sockets to the app.

See W-14666443
@jstvz jstvz requested a review from a team as a code owner February 29, 2024 19:37
@jstvz jstvz requested a review from vsbharath March 5, 2024 19:17
@jstvz jstvz merged commit 539d0f3 into main Mar 14, 2024
6 checks passed
@jstvz jstvz deleted the origin-verification branch March 14, 2024 05:19
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.

None yet

2 participants