Click or drag to resize

MixedContentIssueDetails Properties

Version 94.4.20

The MixedContentIssueDetails type exposes the following members.

Properties
  NameDescription
Public propertyFrame
Optional because not every mixed content issue is necessarily linked to a frame.
Public propertyInsecureURL
The unsafe http url causing the mixed content issue.
Public propertyMainResourceURL
The url responsible for the call to an unsafe url.
Public propertyRequest
The mixed content request. Does not always exist (e.g. for unsafe form submission urls).
Public propertyResolutionStatus
The way the mixed content issue is being resolved.
Public propertyResourceType
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
Top
See Also