summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-02-02 23:08:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-02-02 23:08:13 +0000
commit25213dca24dc1c4edfb49fbe070ccea5d2d73399 (patch)
treeeddf95d87b66423e4cc99f2999de02e930ac689a /content/fetchcache.h
parent0b9076903218b8350930725ff59b86baca37dd02 (diff)
downloadnetsurf-25213dca24dc1c4edfb49fbe070ccea5d2d73399.tar.gz
netsurf-25213dca24dc1c4edfb49fbe070ccea5d2d73399.tar.bz2
Fix handling of cookies in unverifiable transactions caused by a redirect from a fetch into a browser window which was varifiable.
svn path=/trunk/netsurf/; revision=3165
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index 43a6649fe..bb57fba01 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -39,6 +39,6 @@ void fetchcache_go(struct content *content, const char *referer,
int width, int height,
char *post_urlenc,
struct form_successful_control *post_multipart,
- bool verifiable);
+ bool verifiable, const char *parent_url);
#endif