Fix
Mixed Content Basics
Remove HTTP subresources on HTTPS pages (images/scripts/fonts) to avoid browser blocking.
InfoCategory: content
Related checks
Fix steps
- Open DevTools Console on affected pages and locate blocked resources.
- Update resource URLs to https (or protocol-relative if appropriate).
- Fix hardcoded asset URLs in templates/config.
- Ensure third-party embeds support https.
- Re-test until no mixed-content warnings remain.
Next fixes