Skip to content

html_proofer: Add check for non-https images

Sheogorath requested to merge feature/enable-img-check into deploy

This patch enables HTML checks for http images. Means html proofer will fail when images are included using http instead of https, preventing unsafe-content warnings.

Merge request reports