From 10ad2177c4475b05aa2f917c417576d42a1ef582 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 25 Aug 2022 03:25:18 +0400 Subject: [PATCH] Added a note about JS is being used at guestbook page. --- homepage/views/about.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homepage/views/about.pug b/homepage/views/about.pug index 3a25182..e17e2d1 100644 --- a/homepage/views/about.pug +++ b/homepage/views/about.pug @@ -257,4 +257,5 @@ block content img(src="/shared/img/banner_dark_240x60.gif" alt="Dark banner 240x60") section#privacy-statements h2 Privacy statements - p Logs are collected and include a date and time of access, your IP-address, User-Agent, referer URL, and a request. \ No newline at end of file + p Logs are collected and include a date and time of access, your IP-address, User-Agent, referer URL, and a request. + p JavaScript is used at guestbook page to refresh CAPTCHA. \ No newline at end of file