struct Protocol::Security::SecurityStateChanged
- Protocol::Security::SecurityStateChanged
- Struct
- Value
- Object
Overview
The security state of the page changed. No longer being sent.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/security.crConstructors
Instance Method Summary
-
#explanations : Array(SecurityStateExplanation)
Previously a list of explanations for the security state.
-
#insecure_content_status : InsecureContentStatus
Information about insecure content on the page.
-
#scheme_is_cryptographic : Bool
True if the page was loaded over cryptographic transport such as HTTPS.
-
#security_state : SecurityState
Security state.
-
#summary : String | Nil
Overrides user-visible description of the state.
Constructor Detail
Instance Method Detail
def explanations : Array(SecurityStateExplanation)
#
Previously a list of explanations for the security state. Now always empty.
def insecure_content_status : InsecureContentStatus
#
Information about insecure content on the page.
def scheme_is_cryptographic : Bool
#
True if the page was loaded over cryptographic transport such as HTTPS.