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