akaunting / laravel-firewall

Web Application Firewall (WAF) package for Laravel
https://akaunting.com
MIT License
942 stars 106 forks source link

Is it possible to filter calls coming from a specific domain? #25

Closed iec989 closed 4 years ago

iec989 commented 4 years ago

So there some web routes that I don't require the user to be authenticated but I still don't want to be loaded from any other place but my domain.

Is it possible to do so with this firewall?

denisdulici commented 4 years ago

Not by default but you can send such a middleware as PR.