ungoogled-software/ungoogled-chromium
View on GitHubAdding credential support for --proxy-server
Open
#1,107 opened on Jul 16, 2020
enhancementhelp wanted
Repository metrics
- Stars
- (18,674 stars)
- PR merge metrics
- (Avg merge 1d 11h) (9 merged PRs in 30d)
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 :)