Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How can I disable the Edit->Preferences->Network->Settings->Noproxy option

  • 2 답장
  • 5 이 문제를 만남
  • 5 보기
  • 최종 답변자: cor-el

more options

I want to disable the Edit->Preferences->Network->Settings->Noproxy option

Every user user should access internet only via proxy settings what i should do for that and also should not be allowed to change the option

I want to disable the Edit->Preferences->Network->Settings->Noproxy option Every user user should access internet only via proxy settings what i should do for that and also should not be allowed to change the option

모든 댓글 (2)

more options

Firefox has a feature to lock some settings so they cannot be overridden. This involves creating a couple of different files in Firefox's program folder. If the settings you want to lock are visible in about:config, you might be able to do it this way.

more options

Note that on Linux, the default is to use the "Use the system proxy settings" setting for the connection.

You can look at these prefs to lock:


Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.

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");

These functions can be used in the mozilla.cfg file:

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

글쓴이 cor-el 수정일시