aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-06-12 15:49:32 +0000
committercorvid <corvid@lavabit.com>2011-06-12 15:49:32 +0000
commitaa1785ccf469b84eec7ab9961c04d9e0a54d2ad2 (patch)
tree161a6e56555026b731fec926d1e6844954f44f1e /doc
parentc5be2477a8078aa2c34c5b121320a062efe9a250 (diff)
parent988480437fbc89955ef4f08c283ce1f193972420 (diff)
merge in recent changes from main repo
Diffstat (limited to 'doc')
-rw-r--r--doc/Cookies.txt16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/Cookies.txt b/doc/Cookies.txt
index a8e82a83..49e743b3 100644
--- a/doc/Cookies.txt
+++ b/doc/Cookies.txt
@@ -7,14 +7,13 @@ Last update: March 2010
Cookies in Dillo
==================
-Dillo's cookies implementation is guided by ongoing work by the HTTP State WG
-( http://www.ietf.org/dyn/wg/charter/httpstate-charter ) to specify current
-real-world cookies usage.
+The current specification for cookies is RFC 6265
+( http://tools.ietf.org/html/rfc6265 ).
Cookies are handled by a dpi (plugin) which shares them between your
instances of Dillo.
-Currently, cookie limits are: 20 per domain, and 1200 in total.
+Current cookie limits are: 20 per domain, and 1200 in total.
When the dpi exits, cookies that you have ACCEPTed are saved to
~/.dillo/cookies.txt, and ACCEPT_SESSION cookies are forgotten.
@@ -66,15 +65,10 @@ information (SPAM, Spying, etc).
with more information than you have about yourself.
Some people may tell you this is "paranoid". But please, take my words
-as those of someone that has written a web browser, a cookies implementation,
-and that has deep understanding of HTTP (RFC-2068) and cookies (RFC-2965).
-
- Non technical persons may like to read:
- http://www.junkbusters.com/cookies.html
+as those of someone who has written a web browser, a cookies implementation,
+and who has deep understanding of HTTP and cookies.
The dillo project is especially concerned about privacy and security
issues. Our advice is to avoid cookies whenever possible and at most set
ACCEPT_SESSION to specific, trusted sites. -- You have been warned.
-
-Thats all folks!