Skip to content

Commit 91c6b62

Browse files
committed
Comment out the proxy setup again
1 parent f021c45 commit 91c6b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Samples.ConsoleShellOAuth/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static async Task PerformOperations(string? loginHandle, Uri? proxyUri, Cancella
3636
ArgumentException.ThrowIfNullOrEmpty(loginHandle);
3737

3838
// Uncomment the next line to route all requests through Fiddler Everywhere
39-
proxyUri = new Uri("http://localhost:8866");
39+
// proxyUri = new Uri("http://localhost:8866");
4040

4141
// Uncomment the next line to route all requests through Fiddler Classic
4242
// proxyUri = new Uri("http://localhost:8888");

0 commit comments

Comments
 (0)