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 #3569

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Validate websocket origin #3569

merged 2 commits into from
Jul 31, 2024

Conversation

jstvz
Copy link
Contributor

@jstvz jstvz commented Jul 25, 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-14666893

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-14666893
@jstvz jstvz requested a review from a team as a code owner July 25, 2024 21:45
Copy link

@jkasturi-sf jkasturi-sf left a comment

Choose a reason for hiding this comment

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

Looks good

@jstvz jstvz enabled auto-merge (squash) July 31, 2024 21:51
@jstvz jstvz merged commit 5411d78 into main Jul 31, 2024
6 checks passed
@jstvz jstvz deleted the origin-verification branch July 31, 2024 22:07
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