為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Firefox 17 had a mozilla.cfg file which we could customize proxy and other settings with. Now in Firefox 18 it is gone. How can I customize these settings?

  • 4 回覆
  • 5 有這個問題
  • 1 次檢視
  • 最近回覆由 Mase2k

more options

I have just finished getting my domain of 18 Terminal Servers online with Firefox 17. I configured their Mozilla.cfg files for proxy and Kerberos authentication settings and everything was working great. One site updated to Firefox 18 and now nothing is working. Come to find out 18 no longer integrates the use of the Mozilla.cfg file? Please help!

I have just finished getting my domain of 18 Terminal Servers online with Firefox 17. I configured their Mozilla.cfg files for proxy and Kerberos authentication settings and everything was working great. One site updated to Firefox 18 and now nothing is working. Come to find out 18 no longer integrates the use of the Mozilla.cfg file? Please help!

所有回覆 (4)

more options

This should still be working.

Did you check for errors or no longer supported pref settings in the mozilla.cfg file?

Also make sure that the .js file in defaults\pref to include the mozille.cfg file is still present.


Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg");
pref("general.config.obscure_value", 0); // use this to disable the byte-shift

See:

You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref();         // set pref, but allow changes in current session
lockPref();     // lock pref, disallow changes
more options

Thank you for your quick response. I find it strange that in 17 I did not require anything in defaults\pref in order to make use of the mozilla.cfg file. Was this a new change with 18? Does it matter that the version of 17 I am running says "Firefox ESR" and the version of 18 does not?

more options

Hi, please check if it is only a mozilla.cfg problem: try to manually configure proxy and authenticatoin on one client running firefox 18 and see if it is working.

I think there is an issue with firefox 18+authenticated proxy : i am investigating for narrowing down the problem and looking for a workaround.

Regards mrc2k

more options

mrc2k,

    Firefox 18 did not even come with mozilla.cfg which leads me to believe that the version of 17 ESR is why I was having such success with altering the mozilla.cfg file. I believe I may have resolved my own query but will not know until later when I can load 17 ESR on the problem server. Thank you for your reply.