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