We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dfff1 commit 819f92aCopy full SHA for 819f92a
1 file changed
app/Controller/Component/EySecurityComponent.php
@@ -30,7 +30,7 @@ public function xssProtection($string)
30
{
31
32
require_once ROOT . '/vendors/anti-xss/AntiXSS.php';
33
- return htmLawed($string, ['safe' => 1, 'deny_attribute' => '* -title -src -alt']);
+ return htmLawed($string, ['safe' => 1, 'deny_attribute' => '* -title -src -alt -style']);
34
35
}
36
0 commit comments