From 0ef80dd83215b121f807d33acd90c507a2c40b26 Mon Sep 17 00:00:00 2001 From: msgroup Date: Sun, 8 May 2022 00:27:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:5.2.8=E7=89=88=E6=9C=AC=E5=BE=85=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7fc942a1..cf001a74 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -27,7 +27,7 @@ ms: xss: xssEnable: true #xss过滤器的开关 filterUrl: /** #过滤的url,多个用逗号分开 - excludeUrl: /ms**,/static**,/template**,/file/upload.do #排除的url,多个用逗号分开 + excludeUrl: /ms**,/static**,/template**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do #排除的url,多个用逗号分开 upload: enable-web: true #启用web层的上传 template: template #模板文件夹支持重命名,不支持路径