Skip to content

Commit

Permalink
Quick fix from fffw.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Apr 16, 2015
1 parent a431c87 commit 68021cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/github.com/getlantern/lantern-android/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"time"

"github.com/getlantern/analytics"
"github.com/getlantern/detour"
"github.com/getlantern/flashlight/client"
"github.com/getlantern/flashlight/globals"
"github.com/getlantern/flashlight/util"
Expand Down Expand Up @@ -36,6 +37,9 @@ func init() {
// error without stopping the program.
log.Printf("Error updating configuration over the network: %q.", err)
}

detour.AddToWl("twitter.com:443", true)
detour.AddToWl("twimg.com:443", true)
}

// NewClient creates a proxy client.
Expand Down

0 comments on commit 68021cf

Please sign in to comment.