struct Protocol::Security::InsecureContentStatus

Overview

Information about insecure content on the page.

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 contained_mixed_form : Bool #

Always false.


[View source]
def displayed_content_with_cert_errors : Bool #

Always false.


[View source]
def displayed_insecure_content_style : SecurityState #

Always set to unknown.


[View source]
def displayed_mixed_content : Bool #

Always false.


[View source]
def ran_content_with_cert_errors : Bool #

Always false.


[View source]
def ran_insecure_content_style : SecurityState #

Always set to unknown.


[View source]
def ran_mixed_content : Bool #

Always false.


[View source]