Reorganise policy, and add Death Notifier policy

This commit is contained in:
Florine W. Dekker 2022-12-17 20:37:46 +01:00
parent ab013a6e96
commit cefce7fa6e
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 72 additions and 28 deletions

View File

@ -1,6 +1,6 @@
{
"name": "privacy",
"version": "1.4.11",
"version": "1.5.0",
"description": "Florine's privacy policy.",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",

View File

@ -40,8 +40,9 @@
<b class="hidden-no-mobile">Table of contents</b>
<ol>
<li><a href="#summary">Summary</a></li>
<li><a href="#collected-information">Collected information</a></li>
<li><a href="#sharing-with-third-parties">Sharing with third parties</a></li>
<li><a href="#collected-information">1. Collected information</a></li>
<li><a href="#information-provided-by-you">2. Information provided by you</a></li>
<li><a href="#sharing-with-third-parties">3. Sharing with third parties</a></li>
</ol>
<hr class="hidden-no-mobile" />
</nav>
@ -52,31 +53,50 @@
<h1><a href=".">Privacy policy</a></h1>
<p>
<b>Last updated</b>:
2022-02-17
2022-12-17
(<a href="https://git.fwdekker.com/fwdekker.com/privacy/commits/branch/master">history</a>)
</p>
<p>
<b>Contact</b>:
For inquiries, please email me at <samp>florine</samp> at this very domain.
For inquiries, please email me at
<samp>florine@<a href="https://fwdekker.com/" data-tooltip="fwdekker.com">&lt;domain&gt;</a></samp>.
</p>
</header>
<h2 id="summary">Summary</h2>
<ul>
<li>
Usually, no personal information is collected.
However, if an error occurs, your IP address is stored in the server's error log for up to
five weeks.
Under normal circumstances, no personal information is collected.
However, if an error occurs, your IP address is stored in the server's error log for up to five
weeks.
</li>
<li>
This website uses self-hosted
<a href="https://github.com/zgoat/goatcounter" target="_blank">GoatCounter</a> to perform analytics
in a privacy-preserving way.
</li>
<li>
<a href="https://fwdekker.com/tools/death-notifier/">Death Notifier</a> and
<a href="https://git.fwdekker.com/">Gitea</a> store information if you register an account.
Any information you provide is used exclusively to provide the respective services.
You can update or remove your information at any time.
</li>
<li>
No information is shared with third parties.
</li>
</ul>
<h2 id="collected-information">Collected information</h2>
<h3 id="normal-operation">Normal operation</h3>
<h2 id="collected-information">1. Collected information</h2>
This section describes what information is collected by the server on each visit.
<h3 id="normal-operation">1.1. Normal operation</h3>
<p>
A limited amount of privacy-preserving analytics is performed on this website.
This information is collected to help me understand which parts of my website are popular, so I can
decide where to spend my energy adding features.
Seeing that people visit my website also gives me a feeling of gratification with the amount of time I
have spent on this website.
</p>
<p>The following information may be collected:</p>
<ul>
<li>URL of the visited page,</li>
@ -88,7 +108,6 @@
the IP address, the <code>User-Agent</code> header, and a random number.
</li>
</ul>
<p>
The above data are collected using a self-hosted instance of
<a href="https://github.com/zgoat/goatcounter" target="_blank">GoatCounter</a>.
@ -96,7 +115,6 @@
The hash described above is kept in memory for 8&nbsp;hours only to identify a browser session;
it is never stored on disk.
</p>
<p>
Some pages on this website make use of cookies, local storage, and similar methods.
These storage methods are used exclusively for technical purposes, such as keeping users logged
@ -104,27 +122,53 @@
These data are never used for the purposes of advertising or tracking.
</p>
<h3 id="information-provided-by-you">Information provided by you</h3>
<p>
The <a href="https://git.fwdekker.com/">local Gitea instance</a> allows users to register an
account, to open issues, and to otherwise interact with the repositories hosted there.
Any information you provide there, such as your email address, username, comments, and images,
are stored locally on this server.
You can update or remove your information at any time.
Because the server automatically creates backups of the Gitea instance, information will be
retained in a backup for up to five weeks after it has been removed or updated.
</p>
<h3 id="back-end-errors">Back-end errors</h3>
<h3 id="back-end-errors">1.2. Back-end errors</h3>
<p>
Some requests to this website result in errors in the back end.
Back-end errors are described in zero or more log entries, each of which contains the
requester's IP&nbsp;address, the date and time of the error, the URL of the visited page, and
the error message describing the nature of the error.
If a back-end error occurs, additional information is collected to assist with fixing these errors.
</p>
<p>
Back-end errors are described in zero or more log entries, each of which contains the requester's
IP&nbsp;address, the date and time of the error, the URL of the visited page, and the error message
describing the nature of the error.
Log entries are removed within five weeks after the associated error occurs.
</p>
<h3 id="sharing-with-third-parties">Sharing with third parties</h3>
<h3 id="fwdkr-co">1.3. fwdkr.co</h3>
<p>
<a href="https://fwdkr.co/">fwdkr.co</a> is a URL shortener.
The URL shortener collects additional information that is not collected elsewhere.
Each shortened link has its own counter.
Every time a shortened link is visited, its counter is incremented.
No other information is collected.
These counters give me validation that buying and maintaining the domain is worth my money.
</p>
<h2 id="information-provided-by-you">2. Information provided by you</h2>
This section describes what information you can choose to provide to this website.
<h3 id="death-notifier">Death Notifier</h3>
<p>
<a href="https://fwdekker.com/tools/death-notifier/">Death Notifier</a> allows you to track Wikipedia
articles about real-world people.
If you register an account, Death Notifier will store your email address, a hash of your password, and
the articles you want to track.
You can update or remove your information at any time.
Because the server automatically creates backups of the Death Notifier database, information will be
retained in a backup for up to five weeks after it has been removed or updated.
</p>
<h3 id="gitea">Gitea</h3>
<p>
The <a href="https://git.fwdekker.com/">local Gitea instance</a> allows users to register an account, to
open issues, and to otherwise interact with the repositories hosted there.
Any information you provide there, such as your email address, username, comments, and images, are
stored locally on this server.
You can update or remove your information at any time.
Because the server automatically creates backups of the Gitea instance, information will be retained in
a backup for up to five weeks after it has been removed or updated.
</p>
<h2 id="sharing-with-third-parties">3. Sharing with third parties</h2>
<p>
No information is shared with third parties.
</p>