isAnException

abstract fun isAnException(url: String): Boolean

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

Return

a true if the given url if the url is in the unprotected temporary exceptions list and false otherwise.