allowUrl

abstract fun allowUrl(@NonNull url: String, scope: Int): Boolean

Called when the URL has passed the isAllowed() check.

Return

true to accept the URL, false to reject the URL.

Parameters

url

The URL.

scope

The scope.