struct Protocol::Security::SecurityStateChanged

Overview

The security state of the page changed. No longer being sent.

Included Modules

Defined in:

protocol/security.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def explanations : Array(SecurityStateExplanation) #

Previously a list of explanations for the security state. Now always empty.


[View source]
def insecure_content_status : InsecureContentStatus #

Information about insecure content on the page.


[View source]
def scheme_is_cryptographic : Bool #

True if the page was loaded over cryptographic transport such as HTTPS.


[View source]
def security_state : SecurityState #

Security state.


[View source]
def summary : String | Nil #

Overrides user-visible description of the state. Always omitted.


[View source]