osuosl / dougfir-pelican-theme

Pelican theme based off of the OSU Dougfir Drupal theme
Apache License 2.0
2 stars 2 forks source link

Replace http loading with https #86

Closed khashf closed 4 years ago

khashf commented 4 years ago

All browsers warn about "part of this page is insecure". This is caused by the page loading http sources and links instead of https. [1,2] There are many occurrence of http loading throughout the site. This requires a site-wide replacement of http loading to https.

A combination of grep and sed was used for search and replace.

[1] https://stackoverflow.com/questions/34273230/firefox-some-parts-of-this-page-are-not-secure-such-as-images-what-counts-a

[2] https://knowledge.digicert.com/solution/SO3059.html