WordPress / wordpress-playground

Run WordPress in the browser via WebAssembly PHP
https://w.org/playground/
GNU General Public License v2.0
1.65k stars 263 forks source link

CORS proxy: Add per-domain rate limiting #1975

Open brandonpayton opened 3 weeks ago

brandonpayton commented 3 weeks ago

With per-domain rate-limiting, we can strengthen protections by:

(There was another item to add above, but I was interrupted before typing it and unfortunately lost it. Hopefully, it comes back, because it felt like a good one.)

Ideally, this measure will complement existing measures that limit total requests per IP in a given timeframe.