Tuesday, May 21, 2024
53
rated 0 times [  53] [ 0]  / answers: 1 / hits: 283569  / 3 Years ago, wed, august 18, 2021, 5:16:50

When I try to set Google Chrome's proxy settings (on chrome://linux-proxy-config/), I get the following message:




When running Google Chrome under a supported desktop environment, the
system proxy settings will be used. However, either your system is not
supported or there was a problem launching your system configuration.



But you can still configure via the command line. Please see man
google-chrome-stable for more information on flags and environment
variables.




I need to set proxy settings to use Chrome, but I don't want to be setting them in the command line every time I use Chrome. Is there a way to set these settings permanently?



Also, is there an option in Chrome so that it doesn't use proxy for specific domains (analogous to the No proxy for setting in Firefox)?


More From » google-chrome

 Answers
7

Open a Terminal and type sudo -H nautilus


Type your password then press Ctrl+L and type /usr/share/applications/ and press Enter


Now find google-chrome and right-click on chrome icon and select "Properties".


Next, Add the following option at the end of command text box, there.


--proxy-server="IP proxy Server:port" (ex: --proxy-server="127.0.0.1:8080")


it's look like this (it's the same for Chrome):


enter image description here
close the window and if the chrome browser is still running, then close the browser and restart again. Finally you can use chrome browser with proxy.


--proxy-bypass-list:


If you want to tell google-chrome to NOT use a proxy with specific domains use --proxy-bypass-list command. This command specifies a list of hosts for whom we bypass proxy settings and use direct connections. Ignored if --proxy-auto-detect or --no-proxy-server are also specified. This is a comma-separated list of bypass rules.


Here is List of Chromium Command Line that used in google-chrome too.


[#23557] Wednesday, August 18, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
sator

Total Points: 258
Total Questions: 119
Total Answers: 101

Location: Sweden
Member since Fri, Apr 16, 2021
3 Years ago
;