EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

YUI Mixed content #1354

Closed LucaCinquini closed 7 years ago

LucaCinquini commented 7 years ago

Who: Katharina

In my browser I get "mixed content" warnings in CoG, e.g. for https://esgf-data.dkrz.de/search/esgf-dkrz/

Loading mixed (insecure) display content “http://yui.yahooapis.com/2.3.1/build/assets/skins/sam/sprite.png” on a secure page

Would it be possible to fix this?

LucaCinquini commented 7 years ago

The image was referenced from accordion.css: url(http://yui.yahooapis.com/2.3.1/build/assets/skins/sam/sprite.png which has now been replaced with a reference to the local copy of the image: /static/js/yui-2.9.0/build/assets/skins/sam/sprite.png