bjk17 / cinema

Lokaverkefni í áfanganum vefforritun við HÍ haustið 2014.
https://bio.bjk.is/
0 stars 0 forks source link

Edit URLs in HTML template to use same protocol as site #24

Closed bjk17 closed 7 years ago

bjk17 commented 8 years ago

Instead of hardcoding "http://" or "https://" URLs, instead use "//" to use same protocol (either http or https) for external resources. When the site is served through HTTPS this causes "mixed content" warnings for Google Font URLs.

Note: kvikmyndir.is poster URLs only work over HTTP, we don't let that concern us for now.