aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-07-21 09:00:10 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-07-22 00:02:27 +0100
commit77d97f482b887a62458ff1ca90cbe904fee5150c (patch)
tree21d1f89f1da52d1dbf419beab001e9e2fff80243 /README
parent6618dc4cb5cbc2746aed7a256e19d72788db2d23 (diff)
Also whitelist file scheme.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 73b99fd..c97b25e 100644
--- a/README
+++ b/README
@@ -198,7 +198,7 @@ Some variables have callback functions which will get called after setting the v
- download_handler
- cookie_handler
- new_window: handler to execute to invoke new uzbl window (TODO better name)
- - scheme_handler: handler to be executed for all URIs not of the http/https/data schema
+ - scheme_handler: handler to be executed for all URIs not of the http/https/data/about/file schema
- fifo_dir: location to store fifo's
- socket_dir: location to store sockets
- http_debug: http debug mode (value 0-3)