XSS outside of the DOM
I have the following JS (using jQuery for brevity’s sake but it isn’t necessary for the question):
$(“<i></i>”).html(userInput);
Is it possible for someone to input some string, userInput, such that they successfully execute… Continue reading XSS outside of the DOM