mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Stop iframe contents from appearing in global history. Fix by JMB.
svn path=/trunk/netsurf/; revision=3198
This commit is contained in:
parent
b113bf6b15
commit
3dea2a3987
@ -100,7 +100,7 @@ void browser_window_create_iframes(struct browser_window *bw,
|
||||
window = &(bw->iframes[index++]);
|
||||
if (cur->url)
|
||||
browser_window_go_unverifiable(window, cur->url,
|
||||
bw->current_content->url, true);
|
||||
bw->current_content->url, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user