SetBlockedURLsRequest

@Serializable
data class SetBlockedURLsRequest(val urls: List<String>)

Request object containing input parameters for the NetworkDomain.setBlockedURLs command.

Constructors

Link copied to clipboard
constructor(urls: List<String>)

Properties

Link copied to clipboard

URL patterns to block. Wildcards ('*') are allowed.