summaryrefslogtreecommitdiff
path: root/desktop/local_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/local_history.c')
-rw-r--r--desktop/local_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/local_history.c b/desktop/local_history.c
index 569fa44e4..687d4c754 100644
--- a/desktop/local_history.c
+++ b/desktop/local_history.c
@@ -463,7 +463,7 @@ void history_go(struct history *history, struct history_entry *entry,
} else {
history->current = entry;
browser_window_navigate(history->bw, url, NULL,
- BW_NAVIGATE_VERIFIABLE, NULL, NULL, NULL);
+ BW_NAVIGATE_NONE, NULL, NULL, NULL);
}
nsurl_unref(url);