Skip to content

Releases: MasterRO94/laravel-xss-filter

L8 Support

09 Sep 09:23

Choose a tag to compare

Added support for Laravel 8

Fix Issue #3

08 Jul 09:15

Choose a tag to compare

Fix clearing wrong attributes

L7 Support and inline javascript issue fix

27 Feb 13:30

Choose a tag to compare

Added support for Laravel 7
Fixed #2

Escape invalid inline event listeners

26 Dec 10:59

Choose a tag to compare

Escape invalid inline event listeners (e.g. onclick=alert(1) - missed quotes)

So

<div class="hover" onhover=show() onclick=ondblclick=alert() data-a="b"><p onclick=click><span class="span" ondblclick=hide()></span>Text ...</p></div>

will be transform to

<div class="hover" show() alert() data-a="b"><p click><span class="span" hide()></span>Text ...</p></div>

L6 Support

29 Nov 16:48
9f07fff

Choose a tag to compare

Added Support for Laravel 6+

Fix important bug when removeInlineEventListeners break html

14 May 08:13

Choose a tag to compare

Fix important bug when removeInlineEventListeners break html by replacing string statrted with on and ended with > like on <span style="color: red;">text</span>

Fix Cleaner empty check

26 Mar 18:18

Choose a tag to compare

v1.0.2

fix empty invalid check

L 5.8 Support

21 Mar 10:19
ce8c3a1

Choose a tag to compare

Added support of Laravel 5.8

L5.7 Support

26 Sep 08:34

Choose a tag to compare

Added support for Laravel 5.7

Update readme, refactor test, add travis

10 Feb 23:41

Choose a tag to compare