pebble
pebble copied to clipboard
Pebble Autoescape doesn't work when using in tag atribute
For example, when using it in title atributte:
<div title="{{ title }}">content</div>
For example, it won't escapse if title = foo\"><script src="//xss.mx"><\/script><x=\
Strange. It works for me. <div title="foo\"><script src="//xss.mx"><\/script><x=\">content</div>