openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

[Documentation] Fixed mixed-content and added https urls and resources where possible #5784

Closed Confectrician closed 5 years ago

Confectrician commented 5 years ago

Hi,

I have clicked through the addons section and identified some images which are not loaded over https which causes the browser to throw a mixed content warning. I have changed the urls where possible, to get rid of those warnings.

Signed-off-by: Jerome Luckenbach github@luckenba.ch

9037568 commented 5 years ago

Thanks, @Confectrician !

ghys commented 5 years ago

@Confectrician no need to click through the docs :) There's a report of those mixed content in the Netlify build logs pages e.g. https://app.netlify.com/sites/openhab-website/deploys/5c5f441b3421090d23b47292 Click the warning or see the end of the log. There are still a few more missing ;)

Related to #5632.