projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6f511
)
Removed cookie policy setting.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 21 Oct 2013 10:37:10 +0000
(12:37 +0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
56b93c0
..
daa804a
100644
(file)
--- 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
);
}