summaryrefslogtreecommitdiff
path: root/doc/vimb.1
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2019-03-24 00:53:47 +0100
committerDaniel Carl <danielcarl@gmx.de>2019-03-24 00:57:34 +0100
commit6ef95d13cf1f6313b67cf63acdb7fc07ac02cb2b (patch)
tree7dbfb6c23797497e645b11c82ed20215af930338 /doc/vimb.1
parentbae3e38219d4ee82dc1b6209645cbc14256a9f32 (diff)
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.
Diffstat (limited to 'doc/vimb.1')
-rw-r--r--doc/vimb.15
1 files changed, 5 insertions, 0 deletions
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