This page tries to load http:// subresources. If you serve this page over
HTTPS, modern browsers will block them (check DevTools → Console).
Expect blocks when parent is HTTPS
Why it’s bad: an attacker on-path can tamper with HTTP scripts. On HTTPS pages, browsers block these to protect integrity.
http://code.jquery.com/jquery-3.7.1.min.js.Why it’s bad: even images can be swapped on-path to mislead users or inject pixel beacons. Modern browsers block or auto-upgrade HTTP images on HTTPS pages.
http://http.badssl.com/logo.svg.