Skip to content

softbeehive/waf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 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. Pro plan includes 2M invocations per month.

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

No packages published