diff options
author | Peter Hofmann <scm@uninformativ.de> | 2020-05-02 13:23:12 +0200 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2020-05-02 13:23:12 +0200 |
commit | 6891125d46fe4afc15a4c1627dba0ae411154514 (patch) | |
tree | 900188c9c70ed4276d0805160bcd904dc716b0de /man1 | |
parent | d69b03f21f32813ec7306789c61dfaca98f0eeea (diff) | |
download | lariza-6891125d46fe4afc15a4c1627dba0ae411154514.tar.gz |
Manpages: Refine paragraph about WebKitGTK caches
Diffstat (limited to 'man1')
-rw-r--r-- | man1/lariza.1 | 11 | ||||
-rw-r--r-- | man1/lariza.usage.1 | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/man1/lariza.1 b/man1/lariza.1 index 7931338..077bd25 100644 --- a/man1/lariza.1 +++ b/man1/lariza.1 @@ -1,4 +1,4 @@ -.TH lariza 1 "2020-04-29" "lariza" "User Commands" +.TH lariza 1 "2020-05-02" "lariza" "User Commands" .\" -------------------------------------------------------------------- .SH NAME lariza \- simple web browser @@ -97,6 +97,15 @@ Directory to store user-supplied JavaScript snippets. See \fI~/.local\:/share\:/lariza\:/web_extensions\fP Sets the directory where WebKit will look for web extensions. See \fBlariza.usage\fP(1). +.TP +\fI~/.cache\:/lariza\fP +.TQ +\fI~/.cache\:/webkitgtk\fP +.TQ +\fI~/.local\:/share\:/webkitgtk\fP +WebKitGTK will dump its caches and local storage here. It is probably +wise to clean those directories regularly or to mount them as +\fBtmpfs\fP(5). .\" -------------------------------------------------------------------- .SH LICENSE \fBlariza\fP is released under the MIT license. See the accompanying diff --git a/man1/lariza.usage.1 b/man1/lariza.usage.1 index 336acaf..2b78b8e 100644 --- a/man1/lariza.usage.1 +++ b/man1/lariza.usage.1 @@ -1,4 +1,4 @@ -.TH lariza 1 "2020-04-29" "lariza" "User Commands" +.TH lariza 1 "2020-05-02" "lariza" "User Commands" .\" -------------------------------------------------------------------- .SH NAME lariza.usage \- extended usage hints @@ -179,14 +179,5 @@ Note: This is NOT equal to certificate pinning. WebKit ignores user-specified certificates if the server's certificate can be validated by any system-wide CA. .\" -------------------------------------------------------------------- -.SH "WEBKIT LOCAL STORAGE" -WebKit does create files in your $\fBXDG_*\fP directories, i.e. -\fI~/.local/share\fP or \fI~/.cache\fP. It's up to you what you want to -do with this junk. I remove it regularly when no WebKit browser is -running. Another option would be to change the $\fBXDG_*\fP variables. -.P -I have explicitly not turned off the local storage feature in WebKit -because I don't know if this breaks web applications. -.\" -------------------------------------------------------------------- .SH "SEE ALSO" .BR lariza (1). |