summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/history_core.c')
-rw-r--r--desktop/history_core.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/history_core.c b/desktop/history_core.c
index dda4bcaec..48627fa7a 100644
--- a/desktop/history_core.c
+++ b/desktop/history_core.c
@@ -461,7 +461,12 @@ void history_go(struct browser_window *bw,
if (new_window) {
current = history->current;
history->current = entry;
- browser_window_create(url, NULL, bw, false, false);
+
+ browser_window_create(BROWSER_WINDOW_GO_FLAG_VERIFIABLE,
+ url,
+ NULL,
+ bw,
+ NULL);
history->current = current;
} else {
history->current = entry;