akaunting / laravel-firewall

Web Application Firewall (WAF) package for Laravel

Home Page:https://akaunting.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

iec989 opened this issue · comments

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?

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