enum Protocol::Page::SecureContextType

Overview

Indicates whether the frame is a secure context and why it is the case.

Defined in:

protocol/page.cr

Enum Members

Secure = 0
SecureLocalhost = 1
InsecureScheme = 2
InsecureAncestor = 3

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def insecure_ancestor? #

[View source]
def insecure_scheme? #

[View source]
def secure? #

[View source]
def secure_localhost? #

[View source]