mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
246 B
246 B
id | title |
---|---|
70e05930-7411-4ccb-8458-9d10b2ae4720 | Lazy Firewalls |
Syntax
# config/packages/security.yaml
security:
# ...
firewalls:
main:
pattern: ^/
anonymous: lazy
# ...