chrome-devtools-kotlin
5.3.0-1170846
common
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
)
(
source
)
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
is
Enforced
Link copied to clipboard
val
isEnforced
:
Boolean
source
Link copied to clipboard
val
source
:
ContentSecurityPolicySource