Link to posts in the same 4chan thread with "@".
< Rückmeldungen auf @-posting
Script injection vulnerability
The script as is takes the text value of a node and assigns it to the HTML of its replacement. So if the text contains something like <img onerror=alert(0) src=x> that gets converted to HTML.
<img onerror=alert(0) src=x>
Anmelden um eine Antwort zu senden.
Script injection vulnerability
The script as is takes the text value of a node and assigns it to the HTML of its replacement. So if the text contains something like
<img onerror=alert(0) src=x>that gets converted to HTML.