Closed
Bug 300553
Opened 19 years ago
Closed 19 years ago
Popups occassionally get by popup blocker.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 300557
People
(Reporter: fallstorm, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2) http://www.kvnews.com hosts popups that get by the popup blocker. The code sets a cookie named "popup" which seems to eliminate the problem for 12 hours. Reproducible: Sometimes Steps to Reproduce: Visit the site. Remove the site's "popup" cookie and reload. This looks like the offending code: <!--J CARTER POP-UNDER CODE v1.8 for kvnews.com (12 hour) --> <script language="javascript"><!-- var dc=document; var date_ob=new Date(); dc.cookie='h2=o; path=/;';var bust=date_ob.getSeconds(); if(dc.cookie.indexOf('e=llo') <= 0 && dc.cookie.indexOf('2=o') > 0){ dc.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net'); dc.write('/w/pop.cgi?sid=21399&m=2&tp=2&v=1.8&c='+bust+'"></scr'+'ipt>'); date_ob.setTime(date_ob.getTime()+43200000); dc.cookie='he=llo; path=/; expires='+ date_ob.toGMTString();} // --> </script> <!-- J CARTER POP-UNDER CODE v1.8 for kvnews.com -->
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 300557 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•