bug report: changing http to https in attribute values of HTML snippet

If you validate the CSS in an HTML file served over HTTPS, the HTML 
snippet for valid icons that you are offered to for embedding in your 
HTML includes attribute values with "http://" rather than "https://" .  
Embedding this in your page causes Firefox and likely other browsers to 
complain that your page includes mixed HTTP and HTTPS content, and it 
the W3C Validator will not validate the page if you click on the link.  
I believe you can fix this by simply changing all URLs in attributes to 
begin with "https://".

Received on Wednesday, 14 April 2021 03:04:40 UTC