Skip to content

Commit

Permalink
Fix FTP and HTTPS proxy markers. (#7152)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarcII authored and joshbruning committed May 20, 2019
1 parent 6d4ebac commit 022771d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/iedriver/ProxyManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#define WD_PROXY_TYPE_AUTODETECT "autodetect"

#define HTTP_PROXY_MARKER "http="
#define HTTPS_PROXY_MARKER "http="
#define FTP_PROXY_MARKER "http="
#define HTTPS_PROXY_MARKER "https="
#define FTP_PROXY_MARKER "ftp="
#define SOCKS_PROXY_MARKER "socks="
#define BYPASS_PROXY_MARKER "|bypass="

Expand Down

0 comments on commit 022771d

Please sign in to comment.