summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-06-15 18:04:22 +0200
committerPeter Hofmann <scm@uninformativ.de>2014-06-15 18:04:22 +0200
commit051bc5017bf0a3e4c3af9ae7d42195fc54fea647 (patch)
tree8e066aeca3ecb5035eb345b48d202aec413529fc /README
parentd72fd8cc660e1378a1df515635d263bcfec54544 (diff)
downloadlariza-051bc5017bf0a3e4c3af9ae7d42195fc54fea647.tar.gz
README: A word about local storage
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 48b4b69..1181679 100644
--- 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
==========