From 6b5dd4d2be69759a8a2452195d0fb0b0ef52e72a Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期三, 28 七月 2021 16:04:59 +0800 Subject: [PATCH] 优化XSS跨站脚本过滤 --- ruoyi-admin/src/main/resources/application.yml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 3e6d53b..088a28e 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -3,7 +3,7 @@ # 鍚嶇О name: RuoYi # 鐗堟湰 - version: 3.5.0 + version: 3.6.0 # 鐗堟潈骞翠唤 copyrightYear: 2021 # 瀹炰緥婕旂ず寮�鍏� @@ -100,7 +100,6 @@ # PageHelper鍒嗛〉鎻掍欢 pagehelper: helperDialect: mysql - reasonable: true supportMethodsArguments: true params: count=countSql @@ -116,6 +115,6 @@ # 杩囨护寮�鍏� enabled: true # 鎺掗櫎閾炬帴锛堝涓敤閫楀彿鍒嗛殧锛� - excludes: /system/notice/* + excludes: /system/notice # 鍖归厤閾炬帴 urlPatterns: /system/*,/monitor/*,/tool/* -- Gitblit v1.9.3