Link to posts in the same 4chan thread with "@".
< @-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>
답글을 게시하려면 로그인하세요.
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.