Commit 95320ee3 authored by Antoine Cellerier's avatar Antoine Cellerier

Default enable http forward cookies

... else the option is useless since nobody will think of enabling it.
(cherry picked from commit 02aeb3ca)
parent f26d60e4
......@@ -114,7 +114,7 @@ vlc_module_begin();
RECONNECT_LONGTEXT, true );
add_bool( "http-continuous", 0, NULL, CONTINUOUS_TEXT,
CONTINUOUS_LONGTEXT, true );
add_bool( "http-forward-cookies", 0, NULL, FORWARD_COOKIES_TEXT,
add_bool( "http-forward-cookies", true, NULL, FORWARD_COOKIES_TEXT,
FORWARD_COOKIES_LONGTEXT, true );
add_obsolete_string("http-user");
add_obsolete_string("http-pwd");
......
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