!224 处理XSS攻击问题

Merge pull request !224 from Pcat/hotfix-3.6.1.pcat#I5IRC8
pull/222/MERGE
若依 2 years ago committed by Gitee
commit a4b714b95a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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…
Cancel
Save