What's the proper way of specifying PAC proxy?
-
There isn't any proxy settings I can use on Linux without DE. And I cannot find any manual page to read, nor
--help
. So what's the proper way of specifying PAC proxy? -
@amosbird According
https://peter.sh/experiments/chromium-command-line-switches/#proxy-pac-url should work for Chromiums and Vivaldi. -
@DoctorG I did have that flag passed into vivaldi but it doesn't work. However, I tried passing the flag into qutebrowser and it works fine. According to https://superuser.com/questions/1405499/chrome-72-seems-to-no-longer-accept-proxy-pac-url this flag is deprecated long time ago.
-
Document about Chromium proxy usage: https://chromium.googlesource.com/chromium/src/+/HEAD/net/docs/proxy.md
-
I guess you can only use proxy.pac paramater in this way with a real proxy server, not local PAC file:
--proxy-server="http://127.0.0.1:8080/proxy.pac"