forked from github/dataease
fix(X-Pack): 定时报告导出的视图在飞书中无法下载
This commit is contained in:
parent
8d0968e84f
commit
db500753a6
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 9afdcb94d80d3dc9567547e1a71462cd6ff68062
|
||||
Subproject commit a4639696f004bff2ec6358831b204d3f34ee8763
|
@ -65,6 +65,7 @@ public class WhitelistUtils {
|
||||
|| StringUtils.startsWithAny(requestURI, "/xpackComponent/content/")
|
||||
|| StringUtils.startsWithAny(requestURI, "/geo/")
|
||||
|| StringUtils.startsWithAny(requestURI, "/websocket")
|
||||
|| StringUtils.startsWithAny(requestURI, "/map/");
|
||||
|| StringUtils.startsWithAny(requestURI, "/map/")
|
||||
|| StringUtils.startsWithAny(requestURI, "/communicate/down/");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user