Table of Contents

Enum ContentSecurityPolicyViolationType

Namespace
OpenQA.Selenium.DevTools.V135.Audits
Assembly
WebDriver.dll

ContentSecurityPolicyViolationType

[JsonConverter(typeof(JsonEnumMemberConverter<ContentSecurityPolicyViolationType>))]
public enum ContentSecurityPolicyViolationType

Fields

[EnumMember(Value = "kEvalViolation")] KEvalViolation = 1

Enumerated member for the kEvalViolation value.

[EnumMember(Value = "kInlineViolation")] KInlineViolation = 0

Enumerated member for the kInlineViolation value.

[EnumMember(Value = "kSRIViolation")] KSRIViolation = 3

Enumerated member for the kSRIViolation value.

[EnumMember(Value = "kTrustedTypesPolicyViolation")] KTrustedTypesPolicyViolation = 5

Enumerated member for the kTrustedTypesPolicyViolation value.

[EnumMember(Value = "kTrustedTypesSinkViolation")] KTrustedTypesSinkViolation = 4

Enumerated member for the kTrustedTypesSinkViolation value.

[EnumMember(Value = "kURLViolation")] KURLViolation = 2

Enumerated member for the kURLViolation value.

[EnumMember(Value = "kWasmEvalViolation")] KWasmEvalViolation = 6

Enumerated member for the kWasmEvalViolation value.