Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
02bb48ae
Commit
02bb48ae
authored
Sep 17, 2022
by
msgroup
Committed by
zhouyk
Sep 17, 2022
Browse files
fix: 关闭前端上传、修改xssp配置
parent
73c442c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
02bb48ae
...
@@ -44,17 +44,17 @@
...
@@ -44,17 +44,17 @@
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-base
</artifactId>
<artifactId>
ms-base
</artifactId>
<version>
2.1.14
</version>
<version>
2.1.14
.1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-basic
</artifactId>
<artifactId>
ms-basic
</artifactId>
<version>
2.1.14
</version>
<version>
2.1.14
.1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
<artifactId>
ms-mdiy
</artifactId>
<version>
2.1.14
</version>
<version>
2.1.14
.1
</version>
</dependency>
</dependency>
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
<!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
...
...
src/main/resources/application.yml
View file @
02bb48ae
...
@@ -23,7 +23,7 @@ ms:
...
@@ -23,7 +23,7 @@ ms:
xss
:
xss
:
xssEnable
:
true
#xss过滤器的开关
xssEnable
:
true
#xss过滤器的开关
filterUrl
:
/**
#过滤的url,多个用逗号分开
filterUrl
:
/**
#过滤的url,多个用逗号分开
excludeUrl
:
/ms/**,
/static/**,/template/**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do
#排除的url,多个用逗号分开
excludeUrl
:
/static/**,/template/**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do
#排除的url,多个用逗号分开
# mstore-url: http://store.i.mingsoft.net
# mstore-url: http://store.i.mingsoft.net
# mstore-host: store.i.mingsoft.net
# mstore-host: store.i.mingsoft.net
# shiro-key: #16位长度,不填写默认随机生成
# shiro-key: #16位长度,不填写默认随机生成
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment