Mixed Content Error
Mixed content errors occur when an HTML page loads over HTTPS but pulls scripts, iframes, or images over plaintext HTTP. Modern browsers block active mixed content and may warn on passive assets.
Remediation: use relative URLs, scheme-relative upgrades to https://, or Content Security Policy upgrade-insecure-requests after verifying every dependency supports TLS. HeadersFixer pairs with CSPFixer to validate production HTML.