-
public final class SetBypassCSPRequestRequest object containing input parameters for the PageDomain.setBypassCSP command.
-
-
Constructor Summary
Constructors Constructor Description SetBypassCSPRequest(Boolean enabled)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final SetBypassCSPRequestcopy(Boolean enabled)final BooleangetEnabled()Whether to bypass page CSP. -
-
Constructor Detail
-
SetBypassCSPRequest
SetBypassCSPRequest(Boolean enabled)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final SetBypassCSPRequest copy(Boolean enabled)
-
getEnabled
final Boolean getEnabled()
Whether to bypass page CSP.
-
-
-
-