sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
887 stars 389 forks source link

Can a VPN be added? #72

Closed TwangyMoney closed 1 year ago

TwangyMoney commented 1 year ago

I wanted to say, my last issue got closed without my problem being solved. I wanted to add a vpn/proxy to the browser. How can I do so? And yes I think Cefsharp supports proxy settings.

robinrodricks commented 1 year ago

Set "Proxy" to true and hard code the proxy settings you need.

https://github.com/sharpbrowser/SharpBrowser/blob/master/src/Browser/BrowserConfig.cs#L28