Skip to content

Commit

Permalink
Removed no_proxy from man.
Browse files Browse the repository at this point in the history
This is not done by vimb at the time because the proxy stuff is done by
webkit itself.
  • Loading branch information
fanglingsu committed May 26, 2017
1 parent 773a71c commit fbeb327
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions doc/vimb.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.\" vim: ft=groff
.ss 12 0
.ad l
.TH VIMB 1 "DATE" "vimb/VERSION" "Vimb Manual"
.de EX
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fbeb327

Please sign in to comment.