Closed Bug 300557 Opened 19 years ago Closed 19 years ago

Popups occassionally get by popup blocker.

Categories

(Firefox :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 282931

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 -->
*** Bug 300553 has been marked as a duplicate of this bug. ***
Duplicate of Core bug 282931?

*** This bug has been marked as a duplicate of 282931 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.