FirewallBundle
FirewallBundle copied to clipboard
:no_entry: DEPRECATED - Symfony bundle providing IP filtering features
Results
2
FirewallBundle issues
Sort by
recently updated
recently updated
newest added
Just add default rule to allow routes for call Symfony debug bar. Thanks ;)
It would be great to do this: ``` patterns: frontend: config: frontend path: / backend: config: backend path: - /admin - /superadmin ... ``` instead of this: ``` patterns: frontend:...