Merge pull request #11779 from dataease/pr@dev-v2@fixDS

feat: 字体管理
This commit is contained in:
taojinlong 2024-08-27 13:42:51 +08:00 committed by GitHub
commit 6cff4a0f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ public class WhitelistUtils {
|| StringUtils.startsWithAny(requestURI, "/websocket")
|| StringUtils.startsWithAny(requestURI, "/map/")
|| StringUtils.startsWithAny(requestURI, "/typeface/download")
|| StringUtils.startsWithAny(requestURI, "/typeface/defaultFont")
|| StringUtils.startsWithAny(requestURI, "/communicate/down/");
}
}