update 优化 全局开启xss过滤 提高安全性 与cloud版本保持一致

This commit is contained in:
疯狂的狮子Li
2024-09-13 18:02:44 +08:00
parent e33f76d710
commit fc72b67090
4 changed files with 17 additions and 28 deletions

View File

@ -223,9 +223,10 @@ xss:
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
excludes: /system/notice
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
excludeUrls:
- /system/notice
- /workflow/model/save
- /workflow/model/editModelXml
# 全局线程池相关配置
# 如使用JDK21请直接使用虚拟线程 不要开启此配置