标签: regex xss
我对正则表达式不太满意,但这是我到目前为止所做的:
((<iframe){1}(.+[^script]+[^onload]){1}(><\/iframe>){1}){1}
目标是防止有人注入恶意代码以执行嵌入。这够好吗?
功能: