]> git.armaanb.net Git - chorizo.git/commitdiff
README: A word about local storage
authorPeter Hofmann <scm@uninformativ.de>
Sun, 15 Jun 2014 16:04:22 +0000 (18:04 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Sun, 15 Jun 2014 16:04:22 +0000 (18:04 +0200)
README

diff --git a/README b/README
index 48b4b6961caa2b8c4415160f4d171b1be1fc1538..1181679feb94a233052ba63eb26b63bd1c9c6e03 100644 (file)
--- a/README
+++ b/README
@@ -95,6 +95,18 @@ case-insensitive and partially, i.e. ".*foo.*" is the same as ".*FOO.*"
 and you can use anchors like "^https?://...".
 
 
+WebKit local storage
+====================
+
+WebKit does create files in your $XDG_* directories, i.e. ~/.local/share
+or ~/.cache. It's up to you what you want to do with this junk. I remove
+it regularly if no WebKit browser is running. Another option would be to
+change the $XDG_* variables.
+
+I have explicitly not turned off the local storage feature in WebKit
+because I don't know if this breaks web applications.
+
+
 Literature
 ==========