Skip to content

Commit

Permalink
Make Fiddler only listen on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed Apr 15, 2015
1 parent d94a2c2 commit 7b2175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grabacr07.KanColleWrapper/KanColleProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public KanColleProxy()

public void Startup(int proxy = 37564)
{
FiddlerApplication.Startup(proxy, false, true);
FiddlerApplication.Startup(proxy, false, true, false);
FiddlerApplication.BeforeRequest += this.SetUpstreamProxyHandler;

SetIESettings("localhost:" + proxy);
Expand Down

0 comments on commit 7b2175b

Please sign in to comment.