toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network
/
ContentSecurityPolicyStatus
Content
Security
Policy
Status
@
Serializable
data
class
ContentSecurityPolicyStatus
(
val
effectiveDirectives
:
String
,
val
isEnforced
:
Boolean
,
val
source
:
ContentSecurityPolicySource
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Content
Security
Policy
Status
Link copied to clipboard
constructor
(
effectiveDirectives
:
String
,
isEnforced
:
Boolean
,
source
:
ContentSecurityPolicySource
)
Properties
effective
Directives
Link copied to clipboard
val
effectiveDirectives
:
String
(undocumented in the protocol definition)
is
Enforced
Link copied to clipboard
val
isEnforced
:
Boolean
(undocumented in the protocol definition)
source
Link copied to clipboard
val
source
:
ContentSecurityPolicySource
(undocumented in the protocol definition)