From: Peter Hofmann Date: Sun, 15 Jun 2014 16:04:22 +0000 (+0200) Subject: README: A word about local storage X-Git-Tag: v1.0.0~278 X-Git-Url: https://git.armaanb.net/?p=chorizo.git;a=commitdiff_plain;h=051bc5017bf0a3e4c3af9ae7d42195fc54fea647 README: A word about local storage --- 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 ==========