域名替换过滤
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user