1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-10-31 23:45:02 -04:00
wallabag/app/config/security.yml
Fabien Meurillon fc2079f9d2 Initial commit
2014-08-03 18:39:38 +02:00

13 lines
222 B
YAML

security:
providers:
in_memory:
memory: ~
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
default:
anonymous: ~