aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-23 21:24:00 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-23 21:24:00 -0700
commit2744b6baf031d53201679fba0768c31520f09a84 (patch)
treeb72edb87c554e876c813f397c50106d456e822c0 /examples/config
parent8d8af5fd92b14183285320b5fee42ddea74ff94b (diff)
remove cookie_handler from the example config.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index e755be1..96b2034 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -42,7 +42,6 @@ set scripts_dir = @data_home/uzbl:@prefix/share/uzbl/examples/data:scripts
# These handlers can't be moved to the new event system yet as we don't
# support events that can wait for a response from a script.
-#set cookie_handler = talk_to_socket @cache_home/uzbl/cookie_daemon_socket
set scheme_handler = sync_spawn @scripts_dir/scheme.py
set authentication_handler = sync_spawn @scripts_dir/auth.py
set download_handler = sync_spawn @scripts_dir/download.sh