fix(X-Pack): 定时报告导出的视图在飞书中无法下载

This commit is contained in:
fit2cloud-chenyw 2024-06-04 18:41:14 +08:00
parent 8d0968e84f
commit db500753a6
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9afdcb94d80d3dc9567547e1a71462cd6ff68062
Subproject commit a4639696f004bff2ec6358831b204d3f34ee8763

View File

@ -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/");
}
}