package com.bytedance.sdk.component.wsy.lb;

import android.text.TextUtils;

/* JADX INFO: loaded from: classes.dex */
public class ajl {
    public static boolean fm(String str) {
        if (TextUtils.isEmpty(str)) {
            return false;
        }
        return str.startsWith("http://") || str.startsWith("https://");
    }
}
