ungoogled-software/ungoogled-chromium

Adding credential support for --proxy-server

Open

#1,107 opened on Jul 16, 2020

 (0 comments) (0 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem A very needed feature for anyone working with proxies is the ability to pass credentials to the proxy server. I believe that is not possible, by default in Chome, neither ungoogled-chromium

Theoretical Solution A very concise solution would be to simply add an additional flag for passing the credentials (ex. --proxy-credentials)

Alternatives Of course, you could proxy the entire device, but adding a flag alternative allow for multiple proxies to run on different chrome profile simultaneously, which is very beneficial.

Any help would be greatly appreciated :)

Contributor guide