34 lines
1.8 KiB
Plaintext
34 lines
1.8 KiB
Plaintext
|
extends base.pug
|
||
|
|
||
|
block meta_description
|
||
|
meta(name='description' content="Privacy statements for all of my services.")
|
||
|
|
||
|
block append head
|
||
|
link(rel='canonical' href='/privacy')
|
||
|
|
||
|
block nav
|
||
|
a(href='/') Home
|
||
|
a(href='/stuff') Stuff
|
||
|
a(href='/mindflow') Mindflow
|
||
|
a(href='/about') About
|
||
|
a(href='/guestbook') Guestbook
|
||
|
|
||
|
block content
|
||
|
:go:func Privacy(title, radioSrvc, filesSrvc, uploadSrvc string)
|
||
|
section#privacy
|
||
|
h2 Privacy statements
|
||
|
h3 General data
|
||
|
p Across all of my Web-services following data is being collected: date of access, IP-address, User-Agent, referer URL, request URL.
|
||
|
h3 Use of JavaScript
|
||
|
p JS is used on a #[a(href='/') main website] at a guestbook page to refresh CAPTCHA; at mindflow page to filter posts by categories.
|
||
|
p #[a(href=radioSrvc) Radio service] uses JS to update Last N songs list section, and to get current radio statistics.
|
||
|
p #[a(href=filesSrvc) Files service] uses JS to add functionality such as an overlay to view files without the need to leave a site, and implements some keyboard control for convenience.
|
||
|
h3 Upload service specific
|
||
|
p Every action (upload, download, and delete) is being logged and includes this additional data:
|
||
|
ol
|
||
|
li File's name it was uploaded/downloaded with;
|
||
|
li Unsalted SHA-256 hash of a file;
|
||
|
li A salted hash encoded as base64 in raw URL variant that is used to download/delete a file;
|
||
|
li File's size.
|
||
|
p And I will cooperate with law enforcements and provide them with all information (logs and a file itself if it is still present).
|
||
|
p As already stated at #[a(href=uploadSrvc) Upload service]'s page, file's content must comply with law of Russian Federation. Anything like extremist materials, CP, and so on is forbidden.
|