Has animatetransform now been removed from the list of payloads in the PortSwigger XSS cheat sheet?
@huyha3684 Жыл бұрын
The "animatetransform" tag is still present, but there seems to be a bug in the code related to the copy button. The problem affects both the tag and event copy buttons. You can create a list tot use later: var selectElement = document.getElementById("tagFilter"); var options = selectElement.options; var optionsList = []; for (var i = 0; i < options.length; i++) { optionsList.push(options[i].text); } console.log(optionsList);