MixedContentIssueDetails

@Serializable
data class MixedContentIssueDetails(val resourceType: Audits.MixedContentResourceType? = null, val resolutionStatus: Audits.MixedContentResolutionStatus, val insecureURL: String, val mainResourceURL: String, val request: Audits.AffectedRequest? = null, val frame: Audits.AffectedFrame? = null)

Constructors

Link copied to clipboard
constructor(resourceType: Audits.MixedContentResourceType? = null, resolutionStatus: Audits.MixedContentResolutionStatus, insecureURL: String, mainResourceURL: String, request: Audits.AffectedRequest? = null, frame: Audits.AffectedFrame? = null)

Properties

Link copied to clipboard

Optional because not every mixed content issue is necessarily linked to a frame.

Link copied to clipboard

The unsafe http url causing the mixed content issue.

Link copied to clipboard

The url responsible for the call to an unsafe url.

Link copied to clipboard

The mixed content request. Does not always exist (e.g. for unsafe form submission urls).

Link copied to clipboard

The way the mixed content issue is being resolved.

Link copied to clipboard

The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination