diff options
author | Peter Hofmann <scm@uninformativ.de> | 2014-06-15 18:04:22 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2014-06-15 18:04:22 +0200 |
commit | 051bc5017bf0a3e4c3af9ae7d42195fc54fea647 (patch) | |
tree | 8e066aeca3ecb5035eb345b48d202aec413529fc /README | |
parent | d72fd8cc660e1378a1df515635d263bcfec54544 (diff) | |
download | lariza-051bc5017bf0a3e4c3af9ae7d42195fc54fea647.tar.gz |
README: A word about local storage
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 ========== |