Closed
Bug 203348
Opened 22 years ago
Closed 22 years ago
site defeats anti-pop-up preference
Categories
(Core :: Security, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 144726
People
(Reporter: khamilton, Assigned: security-bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
This site pops up a full-size navigitor window as a side effect of loading the
original url, despite my having set my preference to suppress pop-ups.
Reproducible: Always
Steps to Reproduce:
1. load the url
2.
3.
Whatever this little trick is, I hope it doesn't become widespread...
Comment 1•22 years ago
|
||
that site uses
function loadpopup()
{
document.flauncher.submit();
focus();
setTimeout('focus()',2000);
}
which is an already known workaround.
*** This bug has been marked as a duplicate of 144726 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•