aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-22 15:56:14 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-22 15:57:16 -0700
commit63086b80b7a07ca4fc00e270ca92c1e679edb882 (patch)
tree6ff7487534501f0f492daebe136ed02b9a2d9175
parent6b822f7b84226aec97db7165cc4859b82eb5e1ca (diff)
remove ancient cookies.sh example white/blacklist
-rw-r--r--examples/config/cookies22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/config/cookies b/examples/config/cookies
deleted file mode 100644
index 9b7374a..0000000
--- a/examples/config/cookies
+++ /dev/null
@@ -1,22 +0,0 @@
-# This file demonstrates how one *could* manage his cookies. this file is used by the example cookie handler script.
-# stick to this format.
-# trusted -> always store what we get, send what we have (TODO: by default, or when requested?)
-# deny -> deny storing + sending
-
-# if you don't like to edit this file manually, you could even write a script that adds/removes entries using sed, and call the script from uzbl with a keybind...
-
-
-TRUSTED
-bbs.archlinux.org
-archlinux.org
-linux.com
-
-
-
-
-DENY
-www.icanhascheezburger.com
-
-
-
-# rest -> ask \ No newline at end of file