js-xss
js-xss copied to clipboard
How to see what tags are removed?
Hi,
Is there a way and if so how to see what attributes have been removed/escaped from the input string? I am thinking of a removedElements property or similar.
I need this functionality to build up an error array that has all the elements that are forbidden and were removed/escaped from the input data.
Best, Thomas