blob: cc61b73e2afc58c7058daca804d9f66b599b57b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<script>
const o1 = document.createElement('div');
document.querySelector('script').appendChild(o1);
document.writeln("<svg><animate to attributeName='width'>");
o1.innerHTML = "<meta http-equiv='Content-Security-Policy' content=default-src>";
</script>
</head>
</html>
|