feat(web): 新增 XSS 过滤器

This commit is contained in:
whhya
2024-03-30 12:59:01 +00:00
committed by Charles7c
parent 2ff05c82ee
commit 2656da450c
6 changed files with 359 additions and 1 deletions

View File

@@ -79,6 +79,11 @@ public class PropertiesConstants {
*/
public static final String TRACE = WEB + ".trace";
/**
* 链路配置
*/
public static final String XSS = WEB + ".xss";
/**
* 日志配置
*/