# Vercel WAF now supports persistent actions

**Published:** October 2, 2024 | **Authors:** Andrew Barba, Brooke Mosby, Joseph Collins, Sudais Moorad, Kevin Rupert

---

Vercel [Web Application Firewall (WAF)](https://vercel.com/docs/security/vercel-waf) now supports persistent actions to block repeat offenders who trigger firewall rules.

These persistent actions enforce specific responses—such as blocking—against clients for a defined period, ranging from 1-60 minutes. While active, these actions prevent unnecessary processing by blocking requests earlier in their lifecycle, reducing edge request load.

You can apply persistence to existing rules for actions like deny, challenge, and rate-limiting, adding an extra layer of control to your firewall logic.

Learn more about [persistent actions](https://vercel.com/docs/security/vercel-waf/custom-rules#persistent-actions).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)