xss-filter icon indicating copy to clipboard operation
xss-filter copied to clipboard

will not remove <script>

Open rafikalid opened this issue 7 years ago • 0 comments

regular expressions used in code are not properly created this example is not processed by the filter: test <script> a < b; c>d</script> final

you could use instead: /<script[^>]*>.*?<\/script>/img but do not respond to all cases

rafikalid avatar Nov 30 '17 23:11 rafikalid