getExceptions

abstract suspend fun getExceptions(): Set<BlockingException>

Gets the set of blocking exceptions that prevent URLs from being blocked. These are the URLs that are to be allowed even if the active rulesets say they should be blocked.

Return

The exceptions to the blocking rules.

Samples

com.sudoplatform.sudoadtrackerblocker.samples.Samples.getExceptions