T
tshad
I have a problem with a page I am trying to secure. It has a flash object
as well as a couple of 3rd party objects used for tracking use of the page.
I keep getting a message saying that there are unsecure items on the page.
I assume this is because of some absolute URL paths. But one of them
doesn't cause the problem and it also has an absolute URL in it.
The first 2 cause an error:
************************************************************
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="335" height="85" title="StaffingWorkshop">
<param name="movie" value="../flash/sw.swf">
<param name="quality" value="high">
<embed src="../flash/sw.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="335" height="85">
</embed>
</object>
<!-- OPENTRACKER HTML START -->
<script defer
src="http://server1.opentracker.net/?site=www.staffingworkshop.com">
</script><noscript>
<a href="http://www.opentracker.net" target="_blank">
<img
src="http://img.opentracker.net/?cmd=nojs&site=www.staffingworkshop.com"
alt="web tracker" border="0"></a> </noscript>
<!-- OPENTRACKER HTML END -->
***************************************************************
This one doesn't cause an error but it also has 2 absolute URLs in it.
***************************************************************
<div id="ci7eh6" style="z-index:100;position:absolute">
</div>
<div id="sc7eh6" style="display:inline">
</div>
<div id="sd7eh6" style="display:none">
</div>
<script type="text/javascript">var se7eh6=document.createElement("script");
se7eh6.type="text/javascript";se7eh6.defer=true;se7eh6.src=(location.protocol.indexOf("https")==0? "https://secure.providesupport.com/image":"http://image.providesupport.com")+ "/js/ftshr/safe-standard.js?ps_h=7eh6\u0026ps_t="+ new Date().getTime();document.getElementById("sd7eh6").appendChild(se7eh6)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=ftshr">LiveSupport</a></div></noscript>****************************************************************Why does it work and the others not work?Is there a way I can make the others work?Thanks,Tom
as well as a couple of 3rd party objects used for tracking use of the page.
I keep getting a message saying that there are unsecure items on the page.
I assume this is because of some absolute URL paths. But one of them
doesn't cause the problem and it also has an absolute URL in it.
The first 2 cause an error:
************************************************************
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="335" height="85" title="StaffingWorkshop">
<param name="movie" value="../flash/sw.swf">
<param name="quality" value="high">
<embed src="../flash/sw.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="335" height="85">
</embed>
</object>
<!-- OPENTRACKER HTML START -->
<script defer
src="http://server1.opentracker.net/?site=www.staffingworkshop.com">
</script><noscript>
<a href="http://www.opentracker.net" target="_blank">
<img
src="http://img.opentracker.net/?cmd=nojs&site=www.staffingworkshop.com"
alt="web tracker" border="0"></a> </noscript>
<!-- OPENTRACKER HTML END -->
***************************************************************
This one doesn't cause an error but it also has 2 absolute URLs in it.
***************************************************************
<div id="ci7eh6" style="z-index:100;position:absolute">
</div>
<div id="sc7eh6" style="display:inline">
</div>
<div id="sd7eh6" style="display:none">
</div>
<script type="text/javascript">var se7eh6=document.createElement("script");
se7eh6.type="text/javascript";se7eh6.defer=true;se7eh6.src=(location.protocol.indexOf("https")==0? "https://secure.providesupport.com/image":"http://image.providesupport.com")+ "/js/ftshr/safe-standard.js?ps_h=7eh6\u0026ps_t="+ new Date().getTime();document.getElementById("sd7eh6").appendChild(se7eh6)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=ftshr">LiveSupport</a></div></noscript>****************************************************************Why does it work and the others not work?Is there a way I can make the others work?Thanks,Tom