check Is Url Blocked
abstract suspend fun checkIsUrlBlocked(url: String, sourceUrl: String?, resourceType: String?): Boolean
Checks a URL to determine if it is blocked according to current configuration.
Return
true if the URL is blocked, false if it can be loaded