diff options
author | William Woodruff <william@tuffbizz.com> | 2016-01-07 23:45:15 -0500 |
---|---|---|
committer | William Woodruff <william@tuffbizz.com> | 2016-01-07 23:57:09 -0500 |
commit | 3e8b853ec7cbe794108c250419ff01e56c656202 (patch) | |
tree | 68a7e119e4b576d7ee21f1d8e60d312eed682a04 /man/feh.pre | |
parent | d4b383c74ece244f076d2b201b1dc6a3b234e671 (diff) |
Changes:
* Added an --insecure option to disable host/peer verification in libcurl.
This allows feh to load images on HTTPS hosts with self-signed certificates.
For security, this is not the default.
* Fixed an include in show_usage.
Diffstat (limited to 'man/feh.pre')
-rw-r--r-- | man/feh.pre | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index e23c697..5d1b9fc 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -392,6 +392,12 @@ with .Qq Nm in the name. . +.It Cm --insecure +. +When viewing files with HTTPS, this option disables strict hostname and peer +checking. This allows images on sites with self-signed certificates to be +opened, but is no more secure than plain HTTP. +. .It Cm --keep-zoom-vp . When switching images, keep zoom and viewport settings |