From 6ef95d13cf1f6313b67cf63acdb7fc07ac02cb2b Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Sun, 24 Mar 2019 00:53:47 +0100 Subject: Prevent opening links into new window #544. Added setting 'prevent-newwindow' to enforce opening links into same window even if they are crafted by `target="_blank"` or using `window.open()`. This option does not change the behaviour for links fired by hinting. --- doc/vimb.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/vimb.1') diff --git a/doc/vimb.1 b/doc/vimb.1 index f725e00..b9ad452 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -1234,6 +1234,11 @@ not allow a page to store data in the windows sessionStorage. .B plugins (bool) Determines whether or not plugins on the page are enabled. .TP +.B prevent-newwindow (bool) +Whether to open links, that would normally open in a new window, in the +current window. +This option does not affect links fired by hinting. +.TP .B sans-serif-font (string) The font family used as the default for content using sans-serif font. .TP -- cgit v1.2.3