SetIPProtectionProxyBypassEnabledRequest

@Serializable
data class SetIPProtectionProxyBypassEnabledRequest(val enabled: Boolean)

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Properties

Link copied to clipboard

Whether IP Proxy is being bypassed by devtools; false by default.