isAnException

abstract fun isAnException(url: String): Boolean

This method takes a url and returns true or false depending if the url is in the content blocking exceptions list

Return

a true if the given url if the url is in the content blocking exceptions list and false otherwise.