Difference between revisions of "Translations:安卓版TikTok XSS漏洞/4/zh-cn"
From PwnWiki
(Created page with "if(!e.b(arg8)) { com.bytedance.t.c.e.b.a("AbsSecStrategy", "needBuildSecLink : url is invalid."); return false; }public static boolean b(String arg1) { return !Tex...") |
|||
| Line 1: | Line 1: | ||
| − | if(!e.b(arg8)) { | + | <pre>if(!e.b(arg8)) { |
com.bytedance.t.c.e.b.a("AbsSecStrategy", "needBuildSecLink : url is invalid."); | com.bytedance.t.c.e.b.a("AbsSecStrategy", "needBuildSecLink : url is invalid."); | ||
return false; | return false; | ||
| Line 5: | Line 5: | ||
return !TextUtils.isEmpty(arg1) && ((arg1.startsWith("http")) || (arg1.startsWith("https"))) && !e.a(arg1); | return !TextUtils.isEmpty(arg1) && ((arg1.startsWith("http")) || (arg1.startsWith("https"))) && !e.a(arg1); | ||
} | } | ||
| + | <pre> | ||
Revision as of 08:32, 3 July 2021
if(!e.b(arg8)) {
com.bytedance.t.c.e.b.a("AbsSecStrategy", "needBuildSecLink : url is invalid.");
return false;
}public static boolean b(String arg1) {
return !TextUtils.isEmpty(arg1) && ((arg1.startsWith("http")) || (arg1.startsWith("https"))) && !e.a(arg1);
}