update src/main/resources/application.yml.

Signed-off-by: 铭飞 <dev@mingsoft.net>
This commit is contained in:
铭飞 2023-08-05 13:33:26 +00:00 committed by Gitee
parent e91f6b5a86
commit a7c7e5523b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ ms:
enable: true #xss过滤器的开关
filter-url: /** #过滤的url,多个用逗号分开
# #排除的url,多个用逗号分开,如果怕设置后台过滤麻烦,直接排除 /ms/**
exclude-url: /static/**,/template/**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do
exclude-url: /ms/**,/static/**,/template/**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do
#过滤的参数名,多个用逗号分开 默认排除菜单、自定模型JSON、模版内容、文章内容具体根据需要配置其他字段
exclude-filed: menuStr,modelField,modelUrl,modelJson,fileContent,contentDetails