akaunting/laravel-firewall

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

iec989 opened this issue · 1 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.