We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5af6c2 commit 61e49d9Copy full SHA for 61e49d9
modules/system/twig/SecurityPolicy.php
@@ -20,6 +20,8 @@ final class SecurityPolicy implements SecurityPolicyInterface
20
protected $blockedMethods = [
21
'addDynamicMethod',
22
'addDynamicProperty',
23
+ 'bindEvent',
24
+ 'bindEventOnce',
25
];
26
27
/**
0 commit comments