Site logo

Archived topic

Load SVG from https not http?

1 reply · Started by Sneaky on November 11, 2022

Viewing posts 1–2 of 2

Hi, I note that the svg icons are being loaded from http, not https.

Why and can you, or we, change it to default https

It is not good to have both https and http on the same supposedly secure site.

SVG not secure https

Thanks

Hi there,

those are inline SVGs, there is no network request being made as they are self contained SVG Code.

The XMLNS is a XML Namespace, what it does is tell the browser 'Hey this piece of XML is an inline SVG that follows this w3.org standard'. And when w3 issued that standard they used a HTTP URL for the namespace, and that cannot be changed.

So simply put - you can ignore them :)

This archived topic is closed to new replies.