1. Xss 的完成

2. 完善 README 文档
This commit is contained in:
YunaiV
2021-02-22 01:01:52 +08:00
parent 593e14f3a9
commit 507f55f3c9
7 changed files with 88 additions and 176 deletions

View File

@@ -33,12 +33,3 @@ logging:
level:
com.ruoyi: debug
org.springframework: warn
# 防止XSS攻击
xss:
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
excludes: /system/notice/*
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*