botd.gif script? causes page to not load completely and ssl errors
-
I’m just getting started with wordpress.com and immediately noticed this. What is the piece of javascript in the beginning of each page?
<script type='text/javascript'>/*<![CDATA[*/if(typeof(addLoadEvent)!='undefined'){addLoadEvent(function(){if(top==self){i=document.createElement('img');i.src='http://botd2.wordpress.com/botd.gif?blog=etc. etc.
It causes the page to never load complete and on ssl connections causes errors because it is an http element.
The blog I need help with is: (visible only to logged in users)
-
-
Start a browser session where you are not logged into wordpress.com
Go to https://eyeonburma.wordpress.com
You should see ssl errors like this:
SSL Warning ScreenshotCheck the source and you’ll see something like this (IP removed):
<script type='text/javascript'>/*<![CDATA[*/if(typeof(addLoadEvent)!='undefined'){addLoadEvent(function(){if(top==self){i=document.createElement('img');i.src='http://botd2.wordpress.com/botd.gif?blog=30525599&post=0&lang=en&date=1324015005&ip=x.x.x.x&url=https://eyeonburma.wordpress.com/';i.style.width='0px';i.style.height='0px';i.style.overflow='hidden';document.body.appendChild(i);}});}/*]]>*/</script>Chrome Developer shows the following error:
- The page at https://eyeonburma.wordpress.com/ displayed insecure content from http://botd.wordpress.com/botd.gif?blogid=30525599&postid=0&lang=1&date=1324015005&ip=x.x.x.x&url=https://eyeonburma.wordpress.com/&loc=https://eyeonburma.wordpress.com/.
The page at https://eyeonburma.wordpress.com/ displayed insecure content from http://botd2.wordpress.com/botd.gif?blog=30525599&post=0&lang=en&date=1324015005&ip=x.x.x.x&url=https://eyeonburma.wordpress.com/. -
- The topic ‘botd.gif script? causes page to not load completely and ssl errors’ is closed to new replies.