isBlacklisted abstract method

bool isBlacklisted(
  1. String url
)

Checks if the given URL matches the current configured blacklist

Implementation

bool isBlacklisted(String url);