Commit 03e5071f authored by Christophe Mutricy's avatar Christophe Mutricy

Add a add_suppressed_string for http-{user|pwd}

parent ed1279a6
......@@ -82,7 +82,8 @@ vlc_module_begin();
RECONNECT_LONGTEXT, VLC_TRUE );
add_bool( "http-continuous", 0, NULL, CONTINUOUS_TEXT,
CONTINUOUS_LONGTEXT, VLC_TRUE );
add_suppressed_string("http-user");
add_suppressed_string("http-pwd");
add_shortcut( "http" );
add_shortcut( "https" );
add_shortcut( "unsv" );
......
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