The JeremysNotes.com website does not collect any personal information about you as a visitor except standard traffic logs automatically generated by our web server and through our internal analytics service - Matomo1).
We will never sell or voluntarily disclose your personal information or email address. If you choose to leave a comment or sign-up for our email list, we will then have your email address. However, we won’t sell or voluntarily disclose your email address or personal information to anyone else.
A cookie is a small amount of text generated by this website (and others) stored within your web browser. Their general purpose is to store information about your visit, including login details, personalization settings, and site usage characteristics.
Jeremy's Notes does not share the information stored within these cookies with third-parties.
For transparency's sake, here is a list and description of all cookies you may see stored in your browser while visiting this site:
DOKU_PREFS
- Used for remembering helpful user preferences, like the size of the editor textarea.DokuWiki
- Standard PHP session identifier. Used to hold temporary data and to avoid CSRF attacks.DW*
- Used for authentication after login.cookielaw
- Tracks your acknowledgment of the cookie notification banner._pk_id.*
- Stores a few details about the user, such as the unique visitor ID_pk_ref
- Handles attribution information for the referrer initially used to visit the website_pk_ses.*
- Short-lived cookies used to store data for a visit temporarily._pk_cvar
- Short-lived cookies used to store data for a visit temporarily._pk_hsr
- Short-lived cookies used to store data for a visit temporarily._pk_testcookie
- Checks whether the visitor’s browser supports cookies.mtm_consent
- Remembers that consent was given (or removed) by the user to use cookies.mtm_cookie_consent
- Remembers that consent was given (or removed) by the user for the use of cookies.To learn more about cookies and their usage across the internet, follow one of these links: AllAboutCookies.com and Wikipedia.org > HTTP Cookie.
Our website and its underlying analytics platform honor the “Do Not Track” flag if the feature is enabled on your browser. If you choose to enable it, then we will not track you through our analytics service. Your visits will still be minimally tracked within our web server maintenance and security logs. If you would like to read more on the subject of “Do Not Track”, follow one of the links below:
<HTML>
<p>You may choose not to have a unique web analytics cookie identification number assigned to your computer to avoid the aggregation and analysis of data collected on this website.</p> <p>To make that choice, please click below to receive an opt-out cookie.</p> <p class="wrap_centeralign"> <input type="checkbox" id="optout" /> <label for="optout"><strong></strong></label> </p>
<script> document.addEventListener(“DOMContentLoaded”, function(event) {
function setOptOutText(element) { _paq.push([function() { element.checked = !this.isUserOptedOut(); document.querySelector('label[for=optout] strong').innerText = this.isUserOptedOut() ? 'You are currently opted out. Click here to opt in.' : 'You are currently opted in. Click here to opt out.'; }]); }
var optOut = document.getElementById("optout"); optOut.addEventListener("click", function() { if (this.checked) { _paq.push(['forgetUserOptOut']); } else { _paq.push(['optUserOut']); } setOptOutText(optOut); }); setOptOutText(optOut);
}); </script> </HTML>