Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T656
Change Details
Change Details
Old
New
Diff
Each URL must be: - either in https:// — e.g. `//fonts.googleapis.com` - either in :// — e.g. `https://fonts.googleapis.com` **URLs to fix for the homepage** ```lang=html <link rel='stylesheet' id='timetable_font_lato-css' href='http://fonts.googleapis.com/css?family=Lato%3A400%2C700&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&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--> [...] ```
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** ```lang=html <link rel='stylesheet' id='timetable_font_lato-css' href='http://fonts.googleapis.com/css?family=Lato%3A400%2C700&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&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--> [...] ```
Each URL
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** ```lang=html <link rel='stylesheet' id='timetable_font_lato-css' href='http://fonts.googleapis.com/css?family=Lato%3A400%2C700&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&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--> [...] ```
Continue