Proxy Settings

savman
Posts:7
Joined:Sun Aug 12, 2007 8:50 pm

Post by savman » Tue Aug 21, 2007 12:39 am

1) It seems like various people are hitting this problem with different versions. Does installing an old known working version still work on the affected client?
yes i went back to 2.0.0.5 GB and it obayed the gpo settings.
2) Does mission control on a stock Mozilla firefox work? Test this by uninstalling the MSI and install the non-msi firefox. Then add the following to c:\program files\mozilla firefox\grepref\all.js

Code: Select all

pref("general.config.filename", "mozilla.cfg"); 
pref("general.config.obscure_value", 0); 
and create a new file in c:\program files\mozilla firefox\ called mozilla.cfg with the following

Code: Select all

lockPref ("network.proxy.type", 4);
Run firefox, and go to about:config. Sort by status. Is network.proxy.type listed as locked?
I did all of that, and it listed the value as "userset".

I'm using the British build BTW.

DennisT
Posts:10
Joined:Mon Jul 30, 2007 3:49 pm

Post by DennisT » Tue Aug 21, 2007 9:20 am

I did a little bit of research and I came across something. I googled mozilla.cfg and found it is supossed to be encoded. see:
http://alain.knaff.linux.lu/howto/Mozil ... ocked.html

I tried this but the results were the same (settings didn't take).

Windows XP SP2
Stock Firefox 2.0.0.6

also tired it with the FM Firefox 2.0.0.6

DennisT
Posts:10
Joined:Mon Jul 30, 2007 3:49 pm

Post by DennisT » Tue Aug 21, 2007 9:28 am

Got it to work.

added the following to all.js:
pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0);

mozilla.cfg is not encoded (obscure_value negates the need to encode)
\\
lockPref ("network.proxy.type", 4);

Apparently the \\ is required at the beginning of the mozilla.cfg file.

DennisT
Posts:10
Joined:Mon Jul 30, 2007 3:49 pm

Post by DennisT » Tue Aug 21, 2007 9:34 am

This works for both the stock Firefox 2.0.0.6 and the FM Firefox 2.0.0.6

So we can lock settings using the js.all/mozilla.cfg.
In my case the GPO settings are making it into the registry on the PC, but Firefox doesn't take them.

Settings are done in the User Configuration (not Computer).

NT2003 AD Native
PC is Windows XP SP2.

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Tue Aug 21, 2007 1:48 pm

posted a version with a few checkpoints. http://www.frontmotion.com/Firefox/FMFi ... 6-test.msi

If it works, the last message box it should display is checkpoint 11.
FrontMotion Lead Developer

DennisT
Posts:10
Joined:Mon Jul 30, 2007 3:49 pm

Post by DennisT » Tue Aug 21, 2007 2:04 pm

It went through 1-11 twice.

about:config now shows all the GPO settings and they're locked.

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Tue Aug 21, 2007 4:09 pm

o.O Mysterious!
FrontMotion Lead Developer

DennisT
Posts:10
Joined:Mon Jul 30, 2007 3:49 pm

Post by DennisT » Tue Aug 21, 2007 6:02 pm

If I roll back to the non test 2.0.0.6 the settings don't take.

Reinstall the test and the settings take. Maybe it's a timing issue?

savman
Posts:7
Joined:Sun Aug 12, 2007 8:50 pm

Post by savman » Tue Aug 21, 2007 7:59 pm

the test one worked for me too, gpo setting are applied, and it counts to 11 twice.

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Wed Aug 22, 2007 6:05 pm

Uploaded a new compile of the non test version(only en-US for now), get it from the normal downloads. If this doesn't work may be I am hitting some sort of compiler bug.
FrontMotion Lead Developer

savman
Posts:7
Joined:Sun Aug 12, 2007 8:50 pm

Post by savman » Wed Aug 22, 2007 8:07 pm

i downloaded with this link http://www.frontmotion.com/Firefox/down ... fileid=664 , and it dosn't read the gpo :(

DennisT
Posts:10
Joined:Mon Jul 30, 2007 3:49 pm

Post by DennisT » Thu Aug 23, 2007 9:13 am

??? Are we talking about the file Firefox-2.0.0.6-en-US.msi? The one I found at http://frontmotion.com/Firefox/download_firefox_ref.php is the same one from a week ago (August 14th).

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Thu Aug 23, 2007 3:42 pm

FrontMotion Lead Developer

DennisT
Posts:10
Joined:Mon Jul 30, 2007 3:49 pm

Post by DennisT » Mon Aug 27, 2007 10:56 am

The latest non test compile works here. The appropriate settings show locked in about:config.

moobyfr
Posts:6
Joined:Mon Jan 15, 2007 4:49 am

Re: Proxy Settings

Post by moobyfr » Fri Feb 01, 2008 6:15 am

Any updates on this problem ?
I'm hit too this this bug.
FF_FM_CE 2.0.11 and mozilla.adm 1.5

using mozilla.adm I want to set default values (not locked values) for proxy (computer configuration/admin template/mozilla/default settings) but nothing comes up in about:config. using regedit, I don't see values entered too...)

Post Reply