Closed
Bug 81467
Opened 24 years ago
Closed 24 years ago
Update site-policies documentation
Categories
(Core :: Security, defect)
Tracking
()
CLOSED
FIXED
mozilla0.9.2
People
(Reporter: bugzilla.mozilla.org, Assigned: jruderman)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.1 i686; en-US; rv:0.9+) Gecko/20010516
BuildID: 2001051616
In my prefs.js file, I have the line:
user_pref("capability.policy.default.windowinternal.open", "noAccess");
On earlier builds, this would block pop-ups from loading. But recent builds show
the pop-ups.
Reproducible: Always
Steps to Reproduce:
1. Go to http://townhall.edmunds.com/
2. pop-up will show as page loads in main window
Actual Results: pop-up window is displayed
Expected Results: pop-up should be supressed
Comment 1•24 years ago
|
||
over to security.
Assignee: asa → mstoltz
Component: Browser-General → Security: General
QA Contact: doronr → ckritzer
Comment 2•24 years ago
|
||
Changed status from UNCONF to NEW.
Conf using 2001-05-16-04 under Win2k-SP1. Changing OS to ALL.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Comment 3•24 years ago
|
||
The syntax has changed. Use
user_pref("capability.policy.default.Window.open", "noAccess");
and note the capitialization. I'll update the docs ASAP.
Changing description, I'll use this bug as a reminder to change the docs.
Status: NEW → ASSIGNED
Summary: popup blocking fails → Update site-policies documentation
Target Milestone: --- → mozilla0.9.2
Comment 4•24 years ago
|
||
Reassigning to Jesse who will be taking this on.
Assignee: mstoltz → davidr8
Status: ASSIGNED → NEW
Assignee | ||
Comment 6•24 years ago
|
||
Accepting, since I'm now actively working on these docs.
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•24 years ago
|
||
Fixed.
The docs are at
http://www.mozilla.org/projects/security/components/configPolicy.html.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•