package com.vungle.warren.utility; import android.util.Log; import java.net.MalformedURLException; import java.net.URL; /* loaded from: classes2.dex */ public abstract class a0 { /* renamed from: a, reason: collision with root package name */ private static final String f8588a = "a0"; public static boolean a(String str) { try { return new URL(str).getHost().toLowerCase().contains(".vungle.com"); } catch (MalformedURLException e10) { Log.e(f8588a, e10.getMessage()); return false; } } }