aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-04 21:29:32 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-04 21:29:32 +0200
commitb8de166f5afac15635b98b66b45ce8dfc2d85582 (patch)
treee555502ffc51cf3b3bc0e3a39c8c84e8b587a8d2 /examples
parent1ba4dfe07bce046854c4d9b29403aea7b0cc3c40 (diff)
enable cookie handler in configs
Diffstat (limited to 'examples')
-rw-r--r--examples/configs/sampleconfig1
-rw-r--r--examples/configs/sampleconfig-dev1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index 9ef069c..0606fd7 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -13,6 +13,7 @@
[behavior]
history_handler = /usr/share/uzbl/examples/scripts/history.sh
download_handler = /usr/share/uzbl/examples/scripts/download.sh
+cookie_handler = /usr/share/uzbl/examples/scripts/cookie.sh
fifo_dir = /tmp
socket_dir = /tmp
always_insert_mode = 0
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index 580234e..fee0abd 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -13,6 +13,7 @@
[behavior]
history_handler = ./examples/scripts/history.sh
download_handler = ./examples/scripts/download.sh
+cookie_handler = ./examples/scripts/history.sh
fifo_dir = /tmp
socket_dir = /tmp
always_insert_mode = 0