mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-12 14:57:10 +08:00
feat(web): 新增 XSS 过滤器
This commit is contained in:
@@ -79,6 +79,11 @@ public class PropertiesConstants {
|
||||
*/
|
||||
public static final String TRACE = WEB + ".trace";
|
||||
|
||||
/**
|
||||
* 链路配置
|
||||
*/
|
||||
public static final String XSS = WEB + ".xss";
|
||||
|
||||
/**
|
||||
* 日志配置
|
||||
*/
|
||||
|
Reference in New Issue
Block a user