From 60f662109e33b99fe5e2cc9af6843534e9e477d8 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 28 Jun 2022 05:18:09 +0400 Subject: [PATCH] I think a word picture is more suitable here. Second, I decide on use of localStorage for audio volume. --- web/templates/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/index.jade b/web/templates/index.jade index 090337c..4300d25 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -41,7 +41,7 @@ html(lang='en') td!= utils.ToClientTimezone(item.Datetime, r).Format(files.FileDateFormat) td= item.Size section#usage - p In an overlay you can use your mouse wheel to change scale of a video or an image. An audio volume is being kept across files on a current page. No cookie or local storage are being used. + p In an overlay you can use your mouse wheel to change scale of a video or a picture. An audio volume is being kept across site using LocalStorage API. section#privacy h2 Privacy statements p I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience.