thisisjoes.site/privacy.php

46 lines
2.8 KiB
PHP

<!DOCTYPE html>
<html lang=en-US>
<?php $pageName = $_SERVER['SCRIPT_NAME'];
require($_SERVER['DOCUMENT_ROOT'] .'/sedulcni/title.php');
require($_SERVER['DOCUMENT_ROOT'] .'/sedulcni/head.php'); ?>
<body<?php require($_SERVER['DOCUMENT_ROOT'] .'/sedulcni/fromPhotos.php'); ?>>
<div class="wrapper">
<div class="header-container">
<?php require($_SERVER['DOCUMENT_ROOT'] .'/sedulcni/header.php'); ?>
<?php require($_SERVER['DOCUMENT_ROOT'] .'/sedulcni/nav.php'); ?>
</div>
<div class="content" id="content" role="main">
<h1>Let's Talk About Privacy!</h1>
<p>On this website there are no ads or third-party trackers, but I do use analytics software called <i><a href="https://matomo.org">Matomo</a></i>.</p>
<p><i>Matomo</i> is hosted on the same server as this website, which means none of the data it collects ever leaves my control.</p>
<h2>What Data I Collect</h2>
<p>I use <i>Matomo</i> to learn how visitors like you use my site. My goal is to use this data to improve my site.</p>
<p>The data I collect is very basic. It includes the following:</p>
<ul>
<li>The IP address you're connecting to my site from. (After 6 hours this is anonymized.<sup><a href="#Note_1">1</a></sup>)</li>
<li>The pages on my site you visit and which links on those pages you click on.</li>
<li>The browser you're using. (e.g. <i>Chrome</i> or <i>Firefox</i>)</li>
<li>The type of device you're using. (e.g. phone or desktop)</li>
<li>The approximate location you're visiting my site from (e.g. Texas or England)</li>
</ul>
<h2>Opting Out</h2>
<p>There are multiple ways for you to opt out!</p>
<ul>
<li>Uncheck the box below.<sup><a href="#Note_2">2</a></sup></li>
<li>Enable the Do Not Track setting in your browser.</li>
<li>Use a blocker like <i><a href="https://github.com/gorhill/uBlock">uBlock Origin</a></i>.</li>
</ul>
<iframe id="matomoOptOut"
src="https://thisisjoes.site/matomo/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=2d343d&fontColor=eeeeee&fontSize=1em&fontFamily=Arial"
></iframe>
<p>Notes:</p>
<ol>
<li id="Note_1">Every 6 hours a script on my server removes the last two octets from every IP address in my server's log
before it is compressed and archived. For example, "172.16.24.5" becomes "172.16.xxx.xxx".</li>
<li id="Note_2">Unchecking this box will set a cookie on your device which tells <i>Matomo</i> not to track
anything at all about your visits to my site.</li>
</ol>
</div>
<?php require($_SERVER['DOCUMENT_ROOT'] .'/sedulcni/footer.php'); ?>
</div>