From 7d88769d395dc8650159d63d7592ec3fec9a0c88 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 21 Oct 2013 12:37:10 +0200 Subject: [PATCH] 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. --- src/session.c | 1 - 1 file changed, 1 deletion(-) 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 ); } -- 2.20.1