Class SetBypassCSPCommandSettings
Enable page Content Security Policy by-passing.
public sealed class SetBypassCSPCommandSettings : ICommand
- Inheritance
-
SetBypassCSPCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enabled
Whether to bypass page CSP.
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }