通过基本的xss白名单测试

This commit is contained in:
Zongmin Lei
2014-02-13 14:58:36 +08:00
parent c3912a5773
commit 1a04d6d79e
5 changed files with 205 additions and 5 deletions

View File

@@ -190,7 +190,7 @@ function safeAttrValue (tag, attr, value) {
// 待续
```
### 允许标签以x开头的标签
### 允许名称以x开头的标签
```JavaScript
// 待续