[vlc-devel] commit: Revert "Default enable http forward cookies" (Antoine Cellerier )

git version control git at videolan.org
Sat Sep 13 15:08:13 CEST 2008


vlc | branch: 0.9-bugfix | Antoine Cellerier <dionoea at videolan.org> | Sat Sep 13 15:11:36 2008 +0200| [f66511cc9acb200690757fe54ff91672f010d1cd] | committer: Antoine Cellerier 

Revert "Default enable http forward cookies"

This reverts commit 95320ee30d1aa7a45d76ae0fe3054470a28b8113.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f66511cc9acb200690757fe54ff91672f010d1cd
---

 modules/access/http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/http.c b/modules/access/http.c
index 973f64c..eaa7035 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -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");




More information about the vlc-devel mailing list