aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-01-10 02:39:50 +0100
committerGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-01-10 02:39:50 +0100
commite1806cf413fbafa7dfef273ca4ced37e1918d080 (patch)
treedcbf0767fad00bd02c1b48791184890834988aca /examples/config
parent91e081938617e24dea672949c58b8dbad8d19630 (diff)
authentication_handler implementaion
Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/config/config b/examples/config/config
index eb17813..91ef872 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -45,6 +45,7 @@ set jsh = js var run=Uzbl.run; function get(k){return run("print \\\@"+k)}; func
# support events that can wait for a response from a script.
set cookie_handler = talk_to_socket $XDG_CACHE_HOME/uzbl/cookie_daemon_socket
set scheme_handler = sync_spawn @scripts_dir/scheme.py
+set authentication_handler = sync_spawn @scripts_dir/auth.py
# Open in the same window.
#set new_window = sh 'echo uri "$8" > $4'