域名替换过滤

This commit is contained in:
2025-05-22 19:33:02 +08:00
parent c1af8c3809
commit 641481c8ef

View File

@@ -17,7 +17,7 @@ public class ReplaceAppDomainUtils {
//todo 动态
private static final List<String> EXCLUDE_HOST_List = Lists.newArrayList("image.hfighting.com", "img.hfighting.com",
"lh3.googleusercontent.com", "",
"baishun.minigame.molistar.xyz", "img.molistar.xyz", "www.ptpay.com.tw", "cdn-molistar.leadercc.com");
"baishun.minigame.molistar.xyz", "img.molistar.xyz", "www.ptpay.com.tw", "cdn-molistar.leadercc.com", "joysdk.com");
public static String replaceUrl(String str){
return replaceUrl(str, null);