Home | History | Annotate | Download | only in template

Lines Matching refs:script

415 	{"html", `{{html "<script>alert(\"XSS\");</script>"}}`,
416 "&lt;script&gt;alert(&#34;XSS&#34;);&lt;/script&gt;", nil, true},
417 {"html pipeline", `{{printf "<script>alert(\"XSS\");</script>" | html}}`,
418 "&lt;script&gt;alert(&#34;XSS&#34;);&lt;/script&gt;", nil, true},