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

Block speculative requests #263

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Block speculative requests #263

merged 1 commit into from
Nov 25, 2024

Conversation

ruihildt
Copy link
Member

Since we can't identify speculative requests origin, we need to block them.

Reference: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/proxy

Note: I was initially surprised this is not something we would have caught on earlier, and it seems this is because when I first implemented proxy support for that extension, there was no mention of speculative requests on MDN.
It would be good to think about how we avoid missing relevant changes in the future.

@ruihildt ruihildt requested review from hankolsen and mulmat November 25, 2024 14:49
@ruihildt ruihildt merged commit eef2dab into main Nov 25, 2024
1 check passed
@ruihildt ruihildt deleted the block-speculative branch November 25, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants