Removed cookie policy setting.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 21 Oct 2013 10:37:10 +0000 (12:37 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 21 Oct 2013 10:37:10 +0000 (12:37 +0200)
This does not work without setting the first party url and needs much more
implementation to get it work. So we should do this later and make this
behaviour configurable for the user too.

src/session.c

index 56b93c0..daa804a 100644 (file)
@@ -75,7 +75,6 @@ static SoupCookieJar *cookiejar_new(const char *file, gboolean ro)
         COOKIEJAR_TYPE,
         SOUP_COOKIE_JAR_TEXT_FILENAME, file,
         SOUP_COOKIE_JAR_READ_ONLY, ro,
-        SOUP_COOKIE_JAR_ACCEPT_POLICY, SOUP_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY,
         NULL
     );
 }