Commit 1cf04757 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Deactivate HTTP proxy inheritance from IE

The parsing is not complete enough to be on by default.
http-use-IE-proxy option was removed in ac40aef7

Should close/delay #5782
(cherry picked from commit 457fda26b42a7a6cbc9d6149cc53e92979ace83d)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e5cca173
......@@ -110,6 +110,7 @@ vlc_module_begin ()
false )
add_password( "http-proxy-pwd", NULL,
PROXY_PASS_TEXT, PROXY_PASS_LONGTEXT, false )
add_obsolete_bool( "http-use-IE-proxy" )
add_string( "http-referrer", NULL, REFERER_TEXT, REFERER_LONGTEXT, false )
change_safe()
add_string( "http-user-agent", NULL, UA_TEXT, UA_LONGTEXT, false )
......@@ -401,7 +402,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access,
msg_Err(p_access, "Allocating memory for libproxy failed");
}
}
#elif defined( WIN32 )
#elif (0) // defined( WIN32 ) The parsing is not complete enough
else
{
/* Try to get the proxy server address from Windows internet settings using registry. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment