Merge pull request #10089 from dataease/pr@dev-v2@fix_report_lark_down

fix(X-Pack): 定时报告导出的视图在飞书中无法下载
This commit is contained in:
fit2cloud-chenyw 2024-06-04 18:45:52 +08:00 committed by GitHub
commit 4ce0359de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/");
}
}