summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2017-05-26 23:34:17 +0200
committerDaniel Carl <danielcarl@gmx.de>2017-05-26 23:34:17 +0200
commitfbeb327bf26980bbeea5acc3dfe5b4b36f512edf (patch)
tree301bed1c458aeaee16a8defbd7b7b2def6ee8c4f
parent773a71ca67dc3b637ee5bb578175c10914690574 (diff)
Removed no_proxy from man.
This is not done by vimb at the time because the proxy stuff is done by webkit itself.
-rw-r--r--doc/vimb.110
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 306d0f1..ef1b81c 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -1,4 +1,5 @@
.\" vim: ft=groff
+.ss 12 0
.ad l
.TH VIMB 1 "DATE" "vimb/VERSION" "Vimb Manual"
.de EX
@@ -986,7 +987,7 @@ Whether JavaScript can access the clipboard.
.TP
.B javascript-can-open-windows-automatically (bool)
Whether JavaScript can open popup windows automatically without user
-intervention.
+interaction.
.TP
.B media-playback-allows-inline (bool)
Whether media playback is full-screen only or inline playback is allowed.
@@ -1189,13 +1190,6 @@ PREFIX/share/vimb/examples.
If this variable is set to an non-empty value, and the configuration option
`proxy' is enabled, this will be used as HTTP proxy.
If the proxy URL has no scheme set, HTTP is assumed.
-.TP
-.B no_proxy
-A comma separated list of domains and/or IPs which should not be proxied.
-Note that an IPv6 address must appear in brackets if used with a port,
-for example "[::1]:443".
-.IP
-Example: "localhost,127.0.0.1,::1,fc00::/7,example.com:8080"
.SH "REPORTING BUGS"
Report bugs to the main project page on https://github.com/fanglingsu/vimb/issues
.br