Skip to content

softbeehive/waf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web application firewall using Netlify Edge Functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors