From: Daniel Carl <danielcarl@gmx.de>
Date: Mon, 21 Oct 2013 10:37:10 +0000 (+0200)
Subject: Removed cookie policy setting.
X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=7d88769d395dc8650159d63d7592ec3fec9a0c88;p=vimb.git

Removed cookie policy setting.

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.
---

diff --git a/src/session.c b/src/session.c
index 56b93c0..daa804a 100644
--- a/src/session.c
+++ b/src/session.c
@@ -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
     );
 }