CSPViolationType Enumeration |
Version 130.1.90
CSP Violation type.
Namespace: CefSharp.DevTools.DOMDebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum CSPViolationType
public enum class CSPViolationType
Members Member name | Value | Description |
---|
TrustedtypeSinkViolation | 0 |
trustedtype-sink-violation
|
TrustedtypePolicyViolation | 1 |
trustedtype-policy-violation
|
See Also