pl.wendigo.chrome.api.page / SetBypassCSPRequest

SetBypassCSPRequest

data class SetBypassCSPRequest (source)

Represents request frame that can be used with Page#setBypassCSP operation call.

Enable page Content Security Policy by-passing.

Link
Page#setBypassCSP method documentation.

See Also

PageOperations.setBypassCSP

Constructors

<init>

SetBypassCSPRequest(enabled: Boolean)

Represents request frame that can be used with Page#setBypassCSP operation call.

Properties

enabled

val enabled: Boolean

Whether to bypass page CSP.