From 79b4cee9d3bff266e0272204eff15ebe506f6661 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 16 Feb 2009 20:24:54 +0000 Subject: Make redirects behave as a NOP wrt the verifiability of fetches. Apparently, the interweb depends on this. svn path=/trunk/netsurf/; revision=6542 --- content/fetch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetch.h') 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 */ -- cgit v1.2.3