Several Images linked using http instead of https (Mixed Content)

FlightlessDuck

Y kant Donald fly?
Joined
Jun 20, 2006
Messages
21,800
When loading pages in the forum, several of the images are requested using http instead of https:

Code:
'http://wdwinfo.com/images/2017/dis20/siltxt.png'
'http://images.wdwinfo.com/disboards/headerstar.png'.
'http://wdwinfo.com/images/2017/dis20/silbck.png'.
'http://images.wdwinfo.com/design/bluemickeysprite.png'
http://images.wdwinfo.com/disboards/headerstar.png'.
'http://images.wdwinfo.com/design/social/fb.jpg'.
http://images.wdwinfo.com/design/social/twitter.jpg'.
'http://images.wdwinfo.com/design/social/yt.jpg'.
'http://images.wdwinfo.com/design/social/ig.jpg'
 
Last edited:
can you give an example of a page where you see this happening?

Does it happen on only one device or PC?

Have you rebooted your device and cleared cookies?
 
can you give an example of a page where you see this happening?

Every page, including this one.

Does it happen on only one device or PC?

Have you rebooted your device and cleared cookies?

Windows 10 using Google Chrome. Two different machines. As for clearing cookies or rebooting, I don't know why that would make a difference. The problem is with the HTML of the webpage.


upload_2017-5-30_7-51-12.png

Some are from the stylesheets, I believe:

https://www.disboards.com/css.php?css=xenforo,form,public&style=17&dir=LTR&d=1496004347:
Code:
#header
{
    background: rgb(209, 207, 207) url('http://images.wdwinfo.com/disboards/headerstar.png');

}

https://www.disboards.com/css.php?css=discussion_list,node_forum,node_list,notices,panel_scroller,xengallery_tab_links&style=17&dir=LTR&d=1496004347
Code:
    .node .categoryForumNodeInfo .nodeIcon
    {
        background-image: url('http://images.wdwinfo.com/design/bluemickeysprite.png');
background-repeat: no-repeat;
background-position: 0 0;

    }

The rest are from this block of code:

Code:
   <div id="headerRticons" > <a href="http://www.facebook.com/the.dis" target="_blank"><img src="http://images.wdwinfo.com/design/social/fb.jpg" alt="facebook" width="25"  height="25" hspace="0" /></a><a href="http://twitter.com/TheDIS" target="_blank"><img src="http://images.wdwinfo.com/design/social/twitter.jpg" alt="twitter" width="25"  height="25" hspace="10" /></a><a href="http://www.youtube.com/WDWINFO" target="_blank"><img src="http://images.wdwinfo.com/design/social/yt.jpg"  width="25"  height="25" /></a><a href="http://instagram.com/the.dis" target="_blank"><img src="http://images.wdwinfo.com/design/social/ig.jpg"  width="25"  height="25" hspace="10" /></a></div>

Except for the 20th anniversary banner, which has two of the images:
Code:
<table width="100%" border="0" >
  <tbody>
    <tr>
      <td align="center" style="background-image: url('http://wdwinfo.com/images/2017/dis20/silbck.png'); background-position: center; background-size:auto; background-repeat:no-repeat;"><div class="bimage"><a href="https://www.handbid.com/auctions/dis-20th-anniversary-event/"><img src="http://wdwinfo.com/images/2017/dis20/siltxt.png"  ></a></div></td>
    </tr>
  </tbody>
</table>
 

Attachments

  • upload_2017-5-30_7-52-51.png
    upload_2017-5-30_7-52-51.png
    35.3 KB · Views: 4
Last edited:
I'm looking at this now on Windows 10 and Google Chrome, no errors. I don't see any other reports of this problem. If you are getting errors for http but not https, I wonder if you have recently changed your security settings to specifically block http images?
 

I'm looking at this now on Windows 10 and Google Chrome, no errors. I don't see any other reports of this problem. If you are getting errors for http but not https, I wonder if you have recently changed your security settings to specifically block http images?
You have to open the F12 debugger window to see these messages about mixed content. I don't get an error because I'm allowing mixed content in my security settings.

https://security.stackexchange.com/...-browsers-warn-about-mixed-content-for-images

https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content
 
So you are not actually having any problem, but just commenting on what you see in the debugger?
 

Disney Vacation Planning. Free. Done for You.
Our Authorized Disney Vacation Planners are here to provide personalized, expert advice, answer every question, and uncover the best discounts. Let Dreams Unlimited Travel take care of all the details, so you can sit back, relax, and enjoy a stress-free vacation.
Start Your Disney Vacation
Disney EarMarked Producer






DIS Facebook DIS youtube DIS Instagram DIS Pinterest DIS Tiktok DIS Twitter

Add as a preferred source on Google

Back
Top Bottom