diff options
author | Daniel Carl <danielcarl@gmx.de> | 2014-05-28 10:41:52 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2014-05-28 10:41:52 +0200 |
commit | 232717b82382b6951e688289d04fc2f46a755733 (patch) | |
tree | eabbfd15fb12ffb76c13649125af9bb24afbfe23 | |
parent | a1d9090cefe78c24bab810d950978f248fc39b88 (diff) |
Added hsts file to manual page.
-rw-r--r-- | doc/vimb.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -870,6 +870,11 @@ Holds the bookmarks saved with command `bma'. Holds the read it later queue filled by `qpush' if vimb has been compiled with QUEUE feature. .RE +.I $XDG_CONFIG_HOME/vimb/hsts +.RS +Holds the known hsts hosts if vimb is compliled with HTTP strict transport +security feature. +.RE .I $XDG_CONFIG_HOME/vimb/scripts.js .RS This file can be used to run user scripts, that are injected into every paged |