🧩
Mixed Content
Web Security
Secure origin embedding insecure subresources.
Definition
Mixed content occurs when an HTTPS document requests HTTP subresources. Active mixed content (scripts) can compromise the security of the page.
In plain English
Secure origin embedding insecure subresources.
Why this matters
Why it matters: It weakens transport security guarantees and can enable MITM injection, tracking, or session compromise.
Example
Example: HTTP JavaScript loaded into an HTTPS checkout page.