summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-16 20:24:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-16 20:24:54 +0000
commit79b4cee9d3bff266e0272204eff15ebe506f6661 (patch)
tree8e10c8afbff9ad5867dfa507be8543c23f442ea5 /content/fetch.h
parente89384911f08b748bcbd81bad24810de38b14e76 (diff)
downloadnetsurf-79b4cee9d3bff266e0272204eff15ebe506f6661.tar.gz
netsurf-79b4cee9d3bff266e0272204eff15ebe506f6661.tar.bz2
Make redirects behave as a NOP wrt the verifiability of fetches.
Apparently, the interweb depends on this. svn path=/trunk/netsurf/; revision=6542
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetch.h b/content/fetch.h
index 6bf83636d..a91e75662 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -85,6 +85,7 @@ void fetch_change_callback(struct fetch *fetch,
long fetch_http_code(struct fetch *fetch);
const char *fetch_get_referer(struct fetch *fetch);
const char *fetch_get_parent_url(struct fetch *fetch);
+bool fetch_get_verifiable(struct fetch *fetch);
/* API for fetchers themselves */