Skip to content

Instantly share code, notes, and snippets.

@harold93
Last active October 1, 2021 13:37
Show Gist options
  • Select an option

  • Save harold93/6cd202ec0515683df03f9f83dc09bfd9 to your computer and use it in GitHub Desktop.

Select an option

Save harold93/6cd202ec0515683df03f9f83dc09bfd9 to your computer and use it in GitHub Desktop.
test for web security module
Display the source blob
Display the rendered blob
Raw
<svg version="1.1"
baseProfile="full"
width="300" height="200"
xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="black" />
<circle cx="150" cy="100" r="90" fill="blue" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment