Closed
Bug 154799
Opened 23 years ago
Closed 23 years ago
No way to have a site open "unrequested windows"
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: dennishaney11, Assigned: jst)
Details
It should be possible to have a white-list of sites that are allowed to open
"unrequested windows" even if it is turned off by default.
eg.
user_pref("capability.policy.jsok.window.open", "AllAccess");
or
user_pref("capability.policy.jsok.dom.disable_open_during_load", false);
should actually work...
I can easily make sites open "unrequested windows" by allowing that in
preferences. Searching lxr, i can't find the preferencse you mention. It seems
to be your provate suggested syntax for some evantual future use?
Changing severity to enhancement as this does not seem to be a regression or
actual bug.
Severity: major → enhancement
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 38966 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•