From b6d720791a490baf5b34eef4bed203c7e84946a8 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Mon, 1 Feb 2021 17:25:06 +0100 Subject: [PATCH] Set twig autoescaping to true I think this value get overwritten anyways. Maybe we should remove it completely? --- user/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/config/system.yaml b/user/config/system.yaml index 48972be8a..7a8ffe58c 100644 --- a/user/config/system.yaml +++ b/user/config/system.yaml @@ -22,7 +22,7 @@ twig: cache: true debug: true auto_reload: true - autoescape: false + autoescape: true assets: css_pipeline: false