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. Pro plan includes 2M invocations per month.
โ
 Efficient, does the job
โ
 Transparent, full control of the logic
โ
 Easy to customize
โ
 Affordable
๐ Redeploy on changes
๐ Maintenance
๐ Prone to human errors