Home | History | Annotate | Download | only in template

Lines Matching refs:script

145 		{[]string{"<!--", "</script>", "-->"}, `["\u003c!--","\u003c/script\u003e","--\u003e"]`},
150 {"</script", `"\u003c/script"`},
190 {"</script>", `\x3c\/script\x3e`},
194 // "The text in style, script, title, and textarea elements
198 // to different interpretation of a </script> sequence otherwise
200 // allow regular text content to be interpreted as script
201 // allowing script execution via a combination of a JS string
206 {"+ADw-script+AD4-alert(1)+ADw-/script+AD4-",
207 `\x2bADw-script\x2bAD4-alert(1)\x2bADw-\/script\x2bAD4-`,
245 {"</script>", `\x3c\/script\x3e`},