grayrest <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Mr Ducky wrote: > > I love the "dom.disable_open_during_load" option but now I have run > > into a problem. I am developing a site (for internal use) that > > actually needs to use a pop-up window during onload. Is there some way > > that I can specifiy that certain sites are allowed pop-ups? > > ... > > http://www.mozilla.org/projects/security/components/ConfigPolicy.html
And which policy is it that covers "disable_open_during_load"? There is a policy "capability.policy.default.Window.open" but that covers all calls to window.open(). I want the "disable_open_during_load" behavior for all sites except my own.
