Commit f66511cc authored by Antoine Cellerier's avatar Antoine Cellerier

Revert "Default enable http forward cookies"

This reverts commit 95320ee3.
parent 6b069ca8
......@@ -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", true, NULL, FORWARD_COOKIES_TEXT,
add_bool( "http-forward-cookies", 0, 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