On Aug 28, 1:11 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
> rael wrote:
> > And at the top of my script, I have the following:
>
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesRead");
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesWrite")
rael wrote:
> And at the top of my script, I have the following:
>
> netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesRead");
> netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesWrite");
> netscape.security.PrivilegeManager.enablePrivilege("UniversalBro
My apologies if this has been addressed recently. I did peruse the
forum, but found nothing quite relevant.
I am trying to do something fairly simple with firefox 3.0.1: on a
machine that I have complete confidence will connect to no other site
than itself (localhost) I would like to open a windo
Kyle Hamilton wrote:
> The associated preferences do not appear in about:config under a
default install
about:config only shows preferences that are already set, not all
preferences that could be set. You can just create a new preference in
about:config using the context menu.
-Boris
___
On Tue, Aug 26, 2008 at 4:58 PM, Michael Lefevre
<[EMAIL PROTECTED]> wrote:
> Kyle Hamilton wrote:
>> Hi, I'm trying to figure out (for testing purposes only -- I need to
>> verify a certificate on a POP3 server) if there's a way to override
>> Firefox 3's internal port blocking.
> [snip]
>
> I thi