mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #10089 from dataease/pr@dev-v2@fix_report_lark_down
fix(X-Pack): 定时报告导出的视图在飞书中无法下载
This commit is contained in:
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 9afdcb94d8...a4639696f0
@@ -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/");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user