Chrome: Anti-DDoS HTTP Throttling of Extension-Originated Requests #755
Labels
area/chromium
Issues related to Chromium-based browsers
kind/bug
A bug in existing code (including security flaws)
This is fun: preload module in js-ipfs in Brave triggers Anti-DDoS HTTP Throttling of Extension-Originated Requests when opening Web UI 🙃
https://dev.chromium.org/throttling says:
It gets better:
Turns out, Web UI does dynamic discovery of available locale files, and that triggers lookup for non-existent files. Preload calls for those paths end with HTTP 500, triggering the "Anti-DDoS protection" 🤕
Potential solutions
Need to sleep on this, but from the top of my head:
The text was updated successfully, but these errors were encountered: