diff options
author | Daniel Carl <danielcarl@gmx.de> | 2019-03-24 00:53:47 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2019-03-24 00:57:34 +0100 |
commit | 6ef95d13cf1f6313b67cf63acdb7fc07ac02cb2b (patch) | |
tree | 7dbfb6c23797497e645b11c82ed20215af930338 /doc/vimb.1 | |
parent | bae3e38219d4ee82dc1b6209645cbc14256a9f32 (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.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |