isAnException

abstract fun isAnException(url: String): Boolean

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

Return

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