xss-filter-spring-boot-starter
spring boot starter依赖
方便在 web 环境下使用 xss,已上传至 maven 仓库
<dependency><groupId>com.litong.boot</groupId><artifactId>xss-filter-spring-boot-starter</artifactId><version>1.0-SNAPSHOT</version></dependency>
使用方法
配置文件
xss:# 设置xss防护过滤器的优先级,值越小优先级越高order: 0# 开启xss防护enabled: true# 例外的特定标签excludes: a,b,# 需要过滤的特定标签includes:url-patterns:- /*
