Chrome: Do not use system-wide proxy settings

15

4

Is it possible to configure the proxy for chrome separately, i.e. without using the global windows proxy configuration?

I remember there were some discussions about adding a commandline switch for it to allow extensions to handle setting the proxy, but a quick look at the chrome extension list just gave me tons of "use proxy xyz for site xxx" addons but nothing simple to just give me an UI to configure the proxy only for Chrome.

ThiefMaster

Posted 2012-05-03T07:57:24.870

Reputation: 4 918

Answers

18

No such simple UI exists AFAIK.

You can use proxy profiles with Proxy Switchysharp, or define it command line using --proxy-server parameter.

eis

Posted 2012-05-03T07:57:24.870

Reputation: 1 851

"--proxy-server" and "--no-proxy-server" parameters seem not to work in Chrome. Maybe they work only in Chromium? – Honza Zidek – 2016-06-09T20:55:02.580

@HonzaZidek working fine for me (just tested, functionality is still here), and it has been working for a lot of people for a long time. Using Chrome 51, never used Chromium. – eis – 2016-06-10T05:53:05.763

Well, what I want to achieve is NO PROXY. I tried --no-proxy-server and this seems completely ignored by my Chrome (tried with versions 50, 51 and 52beta). Can I get the effective result of NO PROXY using --proxy-server=something? – Honza Zidek – 2016-06-10T07:17:43.280

probably not. Also: I've been referring to --proxy-server, there is no --no-proxy-server parameter listed anywhere that I can see. Where did you find that? – eis – 2016-06-10T07:51:36.993

Ok, it is mentioned here. That might be Chromium only, don't know.

– eis – 2016-06-10T07:59:46.863

Example: chrome.exe --proxy-server=myproxy:8080 – Helge Klein – 2013-12-09T11:48:56.013