!224 处理XSS攻击问题
Merge pull request !224 from Pcat/hotfix-3.6.1.pcat#I5IRC8
This commit is contained in:
commit
a4b714b95a
@ -387,7 +387,7 @@ public final class HTMLFilter
|
||||
{
|
||||
paramValue = processParamProtocol(paramValue);
|
||||
}
|
||||
params.append(' ').append(paramName).append("=\\\"").append(paramValue).append("\"");
|
||||
params.append(' ').append(paramName).append("=\\\"").append(paramValue).append("\\\"");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user