feat(xss): 更新XSS过滤排除路径配置

- 在XSS过滤排除列表中添加 /system/dict/data 路径
- 修正配置文件中的中文注释格式
- 保持原有的XSS过滤功能开关设置
- 维持其他系统监控和工具路径的过滤规则不变
This commit is contained in:
2026-04-21 09:28:09 +08:00
parent ee199388d5
commit 5adc316854

View File

@@ -260,8 +260,8 @@ springdoc:
xss:
# 过滤开关
enabled: true
# 排除链接多个用逗号分隔
excludes: /system/notice
# 排除链接(多个用逗号分隔)
excludes: /system/notice,/system/dict/data
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*