Skip to content

Commit

Permalink
[+]: add test for issue #78
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Oct 3, 2021
1 parent f881e7c commit 6bdc6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/XssTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public function testNoXss()
'<3' => '<3',
'≪2 €' => '≪2 €',
'<35%' => '<35%',
'< 35%' => '< 35%',
];

$antiXss->removeEvilAttributes(['style']); // allow style-attributes
Expand Down

0 comments on commit 6bdc6c3

Please sign in to comment.