Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 524 Bytes

File metadata and controls

21 lines (14 loc) · 524 Bytes

WAF on Netlify Edge Functions

Platforms like Vercel and Cloudflare offer WAF in free plans. Netlify chose to limit it to enterprise customers only. But there is a workaround!

You can implement custom WAF in TypeScript using edge functions.

Read full article

Pros

✅ Efficient, does the job
✅ Transparent, full control of the logic
✅ Easy to customize
✅ Affordable

Cons

🍋 Redeploy on changes
🍋 Maintenance
🍋 Prone to human errors