Skip to content

Commit a846cc8

Browse files
committed
false by default
1 parent acd8307 commit a846cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/GeneralConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ class GeneralConfig extends BaseConfig
12401240
* @group Security
12411241
* @since 4.17.0
12421242
*/
1243-
public bool $enableTwigSandbox = true;
1243+
public bool $enableTwigSandbox = false;
12441244

12451245
/**
12461246
* @var string The prefix that should be prepended to HTTP error status codes when determining the path to look for an error’s template.

0 commit comments

Comments
 (0)