From 39ad1632eb78e8c632d3e66711d09f2bb982a4e8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 1 Oct 2004 00:06:49 +0000 Subject: [project @ 2004-10-01 00:06:49 by jmb] Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least). svn path=/import/netsurf/; revision=1296 --- riscos/history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/history.c') diff --git a/riscos/history.c b/riscos/history.c index 87e420015..628409db5 100644 --- a/riscos/history.c +++ b/riscos/history.c @@ -663,7 +663,7 @@ void history_go(struct browser_window *bw, struct history_entry *entry) else url = entry->url; - browser_window_go_post(bw, url, 0, 0, false); + browser_window_go_post(bw, url, 0, 0, false, false); if (entry->frag_id) free(url); -- cgit v1.2.3