X
Tap here to go to the mobile version of the site.

Support Forum

Using the lockpref with Firefox 18, redhat 6.3. I cannot get it to work...

Posted

I cannot get the lockpref to work. RH6.3, Firefox 18.

I created mozilla.cfg at:

   /usr/lib64/firefox   

It contains two lines:

   //
   lockpref ("security.enable_ssl3", true);

I created local-settings at:

   /usr/lib64/firefox/default/preferences

It contains two lines: pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg");

When I goto about:config, it still shows security.enable_ssl3 false.

any ideas???

Helpful replies

hello, it's

lockPref("security.enable_ssl3", true); 

(with P and without space)

i also think that local-settings.js has to go into the /defaults/pref-subfolder in newer versions of firefox

http://kb.mozillazine.org/Locking_preferences

Go to answer 1

The correct name of the function is lockPref() and not lockpref()

Go to answer 1
Post a Reply

Additional System Details

Application

  • User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C; .NET4.0E)

More Information

philipp
  • Top 10 Contributor
943 solutions 4715 answers
Posted

Helpful Reply

hello, it's

lockPref("security.enable_ssl3", true); 

(with P and without space)

i also think that local-settings.js has to go into the /defaults/pref-subfolder in newer versions of firefox

http://kb.mozillazine.org/Locking_preferences

Modified by philipp

Was this helpful to you? 1
Reply
cor-el
  • Top 10 Contributor
  • Moderator
8293 solutions 78508 answers
Posted

Helpful Reply

The correct name of the function is lockPref() and not lockpref()

Was this helpful to you? 1
Reply
Posted

Question owner

tks for the assist. It is locked now.

Robert

Was this helpful to you?
Reply

Post a Reply

You must log in to your account to reply to posts.

Don't have an account? You can create a free account now.