我不知道所有的xss技巧..
在 Ruby on Rails 中编程时,使用sanitize 方法仅允许某些标签,并尽可能清除所有其他标签和脚本
剩下的标签是
"small", "dfn", "sup", "sub", "pre", "blockquote", "ins", "ul", "var", "samp", "del",
"h6", "h5", "h4", "h3", "h2", "h1", "span", "br", "hr", "em", "address", "img", "kbd",
"tt", "a", "acronym", "abbr", "code", "p", "i", "b", "strong", "dd", "dt", "dl", "ol",
"li", "div", "big", "cite"
是否可以使用这些标签的组合来创建 XSS 攻击?