Skip to content

Commit e6c2e13

Browse files
committed
Add no-proxy-server example command line args
1 parent b22c0ec commit e6c2e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CefSharp.Example/CefExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public static void Init()
3131
//settings.CefCommandLineArgs.Add("disable-gpu", "1");
3232
//settings.CefCommandLineArgs.Add("disable-gpu-vsync", "1");
3333
//settings.CefCommandLineArgs.Add("enable-media-stream", "1"); //Enable WebRTC
34+
//settings.CefCommandLineArgs.Add("no-proxy-server", "1"); //Don't use a proxy server, always make direct connections. Overrides any other proxy server flags that are passed.
3435

3536
//Disables the DirectWrite font rendering system on windows.
3637
//Possibly useful when experiencing blury fonts.

0 commit comments

Comments
 (0)