Set twig autoescaping to true

I think this value get overwritten anyways. Maybe we should remove it completely?
This commit is contained in:
NicoHood 2021-02-01 17:25:06 +01:00 committed by Matias Griese
parent 21c6b56a27
commit b6d720791a

View File

@ -22,7 +22,7 @@ twig:
cache: true
debug: true
auto_reload: true
autoescape: false
autoescape: true
assets:
css_pipeline: false