Security Domain
Methods
Types
Security.CertificateErrorAction #
The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.
Type: string
Allowed values: continue, cancel
Security.MixedContentType #
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories
Type: string
Allowed values: blockable, optionally-blockable, none
Security.SecurityState #
The security level of a page or resource.
Type: string
Allowed values: unknown, neutral, insecure, secure, info, insecure-broken
Security.SecurityStateExplanation #
An explanation of an factor contributing to the security state.
Type: object
Properties
securityState Security state representing the severity of the factor being explained.
title stringTitle describing the type of factor.
summary stringShort phrase describing the type of factor.
description stringFull text explanation of the factor.
mixedContentType The type of mixed content described by the explanation.
certificate array[ string ]Page certificate.
recommendationsOptional
array[ string ]Recommendations to fix any issues.