New issue
Advanced search Search tips

Issue 801688 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature



Sign in to add a comment

Investigate supporting --proxy-pac-url ffor headless

Project Member Reported by alexclarke@chromium.org, Jan 12 2018

Issue description

Support for proxy-pac-url is a chrome feature (which can't easily be used by headless) but its possible there might be enough stuff in components to implement this.  We should investigate.

https://cs.chromium.org/chromium/src/components/proxy_config/proxy_config_dictionary.cc
 
Headless mode uses ProxyConfig directly from net/proxy_resolution/proxy_config.h for kProxyServer and kProxyBypassList switches support. There are implementations for PAC, auto-detect and no proxy.

There is no need to refactor headless_shell for ProxyConfigDictionary support. We can continue to use ProxyConfig directly as is done in attachment.
0001-Proxy-auto-config-switch-support-for-headless-mode.patch
2.9 KB Download

Sign in to add a comment