We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

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?