8 lines
235 B
YAML
8 lines
235 B
YAML
|
|
# Security rules for Front Application
|
||
|
|
security:
|
||
|
|
firewalls:
|
||
|
|
# disables authentication for assets and the profiler, adapt it according to your needs
|
||
|
|
dev:
|
||
|
|
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
||
|
|
security: false
|