LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

Update a few assets to be fetched over HTTPS #187

Closed greystate closed 4 years ago

greystate commented 4 years ago

I know this is a very old project, but anyway - stumbled upon it again, and got shouted at by a browser ("This site is not secure" or similar) because the logo mark and the background image are fetched via http://, hence this PR.

According to the Network tab in Firefox 70 those were the only two resources being fetched over http.

I also changed a couple of link destinations to use https while I was at it.

SebastianZ commented 4 years ago

Thank you for the PR! Even when it's an old project, it's not dead. And you just helped to make it a little better. :smile:

Sebastian

LeaVerou commented 4 years ago

Thank you @SebastianZ for keeping it alive!