Closed
Bug 289597
Opened 21 years ago
Closed 21 years ago
Firefox cannot prevent pop-up windows
Categories
(Firefox :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 282931
People
(Reporter: networm, Assigned: dveditz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; tr-TR; rv:1.7.6) Gecko/20050321 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; tr-TR; rv:1.7.6) Gecko/20050321 Firefox/1.0.2
In the page http://www.epanorama.net/links/measuring.html firefox cannot prevent
the pop-up window first I was using 1.01 than I made latest updates but it
doesnot change... They also written a cookie it shows up only one time to see
the window you must clear your information (history, cookie etc..)
Reproducible: Always
Steps to Reproduce:
I do not use any theme I have tried this on my other machines some of them have
themes...
there is a code like this in the html:
<!-- FASTCLICK.COM POP-UNDER CODE v1.7e for epanorama.net -->
<script language="javascript"><!--
var doc=document; var url=escape(doc.location.href); var date_ob=new Date();
doc.cookie='h2=o; path=/;';var bust=date_ob.getSeconds();
if(doc.cookie.indexOf('e=llo') <= 0 && doc.cookie.indexOf('2=o') > 0){
doc.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net');
doc.write('/w/pop.cgi?sid=6044&m=2&v=1.7e&u='+url+'&c='+bust+'"></scr'+'ipt>');
date_ob.setTime(date_ob.getTime()+43200000);
doc.cookie='he=llo; path=/; expires='+ date_ob.toGMTString();} // -->
</script>
<!-- FASTCLICK.COM POP-UNDER CODE v1.7e for epanorama.net -->
may be this part can achive to pass your pop-up blocker doc.write('<scr'+'ipt
language="javascript" src="http://media.fastclick.net');
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 282931 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•