summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-02-04 04:19:29 +0000
committercorvid <corvid@lavabit.com>2010-02-04 04:19:29 +0000
commit3af2054b6397df4cf32042f7c4d57454164d4a4e (patch)
treed452b69f58fbc76fb1a464df9efce74788690d1d
parent16496947b1be52ab71f293558c615c44667615d0 (diff)
cookies doc
I also wanted to find something to replace the dead junkbusters link, but didn't find anything good.
-rw-r--r--doc/Cookies.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Cookies.txt b/doc/Cookies.txt
index c46e5580..6c55e678 100644
--- a/doc/Cookies.txt
+++ b/doc/Cookies.txt
@@ -32,12 +32,14 @@ Out of the box, dillo rejects all cookies.
If you want to accept certain cookies, you can specify rules for different
domains in the file ~/.dillo/cookiesrc. The syntax looks like:
+#host action
DEFAULT DENY
-slashdot.org ACCEPT
+fltk.org ACCEPT
.host.com ACCEPT_SESSION
+Line 0: Comment line begins with '#'.
Line 1: Deny all cookies from all domains not otherwise specified.
-Line 2: Accept all cookies from slashdot.org, and save them to
+Line 2: Accept all cookies from fltk.org, and save them to
~/.dillo/cookies.txt when the cookies dpi exits.
Line 3: Accept all cookies from all subdomains of host.com, but
do not save them when the dpi exits.