Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I set thw Proxy URL settings through Command Line?

  • 2 个回答
  • 9 人有此问题
  • 5 次查看
  • 最后回复者为 AnonymousUser

more options

Hi Team, I need to deploy the Proxy URL settings for all the browsers in my company and I am creating a package. The Proxy settings are getting saved in prefs.js file.

Do I need to edit this file and update it with the proxy url settings or I have a command line option which I can run the same inside my deployment package. Kindly advice.

Cheers' Vijay | msigeek.com

User Agent

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Alexa Toolbar; Tablet PC 2.0; InfoPath.3)

Hi Team, I need to deploy the Proxy URL settings for all the browsers in my company and I am creating a package. The Proxy settings are getting saved in prefs.js file. Do I need to edit this file and update it with the proxy url settings or I have a command line option which I can run the same inside my deployment package. Kindly advice. Cheers' Vijay | msigeek.com == User Agent == Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Alexa Toolbar; Tablet PC 2.0; InfoPath.3)

所有回复 (2)

more options

The Client Customisation Kit allows you to build a personalised version of firefox, with changes shown at http://code.google.com/p/ff-cckwizard/ ("Set default preferences" and "Lock preferences" are listed) and to integrate it with an existing installer see http://www.mozilla.org/projects/cck/firefox/wininstall.html Alternatively, comments in https://bugzilla.mozilla.org/show_bug.cgi?id=231062#c316 cover the patches to apply to create an MSI package.

more options

Hi Folks, I reckon, This is not gonna solve my problem.

Actually, i need to set the auto-configuration proxy URL for the Firefox browser for all the machines in my network. For eg:

http://proxyconfig.msigeek.com/proxy.pac

I need to add this as a part of an exe or a script which I can deploy to all my machines. Any advices?