Page MenuHomeDevCentral

Ensure every URL is HTTPS or protocol-relative
Closed, ResolvedPublic

Description

I deployed after T560 a Let's encrypt certificate for bioty.co and www.bioty.co.

To be in full SSL, each URL served by Wordpress must be:

  • either in https:// — e.g. //fonts.googleapis.com
  • either in :// — e.g. https://fonts.googleapis.com

Tags img, script, link can't be in http://.

URLs to fix for the homepage

<link rel='stylesheet' id='timetable_font_lato-css'  href='http://fonts.googleapis.com/css?family=Lato%3A400%2C700&#038;ver=4.3.1' type='text/css' media='all' />
<link rel='stylesheet' id='zerif_font-css'  href='http://fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C400italic%7CMontserrat%3A700%7CHomemade+Apple&#038;ver=4.3.1' type='text/css' media='all' />

<script type='text/javascript' src='http://connect.facebook.net/fr_FR/all.js?ver=3.6#xfbml=1'></script>

<a href="https://www.bioty.co/" class="navbar-brand"><img src="http://www.bioty.co/wp-content/uploads/2015/05/Logo3.png" alt="Bioty"></a>				

<i class="pixeden" style="background:url(http://www.bioty.co/wp-content/uploads/2015/05/1.jpg) no-repeat center;width:100%; height:100%;"></i> <!-- FOCUS ICON-->
<i class="pixeden" style="background:url(http://www.bioty.co/wp-content/uploads/2015/05/2.jpg) no-repeat center;width:100%; height:100%;"></i> <!-- FOCUS ICON-->
<i class="pixeden" style="background:url(http://www.bioty.co/wp-content/uploads/2015/05/3-1.jpg) no-repeat center;width:100%; height:100%;"></i> <!-- FOCUS ICON-->
[...]

Related Objects

Event Timeline

dereckson updated the task description. (Show Details)
dereckson added a subscriber: inidal.
dereckson moved this task from Backlog to Done on the bioty.co hosting board.