Brett,
Sorry for the lack of documentation. Try this:
user_pref("capability.policy.default.windowinternal.open","noAccess");
user_pref("capability.policy.canpopup.sites","http://www.netscape.com
http://www.etcetera.com");
user_pref("capability.policy.canpopup.windowinternal.open","allAccess");
Obviously, replace the list of sites on line 2 with whatever list you
want. Let me know if this works for you.
-Mitch
Brett Granger wrote:
> Sean Harding wrote:
>
>> On Wed Apr 25 at 01:52:14 AM, David Hallowell wrote:
>>
>>> There's instructions in the Release notes for 0.8@
>>> http://www.mozilla.org/releases/mozilla0.8/
>>>
>>> (at the end of the "Whats new in this release" section
>>
>>
>>
>> That only shows how to turn it *off* for specific sites while leaving
>> it on
>> by default. Turning it off by default while turning it on for specific
>> site
>> is what he was looking for, I think.
>>
>> sean
>>
> Right... I've already successfully disabled all pop-ups by following the
> 0.8 release notes. Now i just need to figure out how to turn them on
> for certain sites. Anyone seen that done? Just thought I'd post here
> before I tried personal emails to Mitchell or Akkana...
>
> --Brett