在Spring Boot应用程序中阻止XSS

时间:2018-09-14 17:04:09

标签: spring-boot spring-security thymeleaf xss

在Spring Boot + Thymeleaf应用程序中防止XSS的最佳方法是什么。 我的表单元素如下所示。

<input type="text"
    data-th-value="${userData.firstName}"
    class="form-control input_box"  
name="firstName"/>

0 个答案:

没有答案