Mixed Content
Checks for insecure (HTTP) resources on a secure (HTTPS) page.
What is this check?
Mixed content occurs when an HTTPS page loads resources (like images, scripts, or stylesheets) over an insecure HTTP connection.
Why is it important?
This is a security vulnerability. Even though the main page is secure, the insecure resources can be intercepted or manipulated by attackers. Modern browsers will often block mixed content, which can break your page's functionality or appearance.
What is the impact?
It undermines the security of your entire page and can cause browsers to display security warnings or break your site's layout and features.
