fun matches(resourceURI: String, pageURI: String): Boolean
(source)fun matches(resourceURI: Uri, pageURI: Uri): Boolean
(source)
Checks if the given page URI is blacklisted for the given resource URI. Returns true if the site (page URI) is allowed to access the resource URI, otherwise false.