Privacy 👀

/ Research Projects About

Basics

This website does not use cookies, even for MathJax; a janky solution was used to make MathJax unable to store cookies. The only local storage done by the server is some caching of frequently-loaded resources, to improve speed. All data is served over HTTPS, so all of your communications with this server are encrypted. All resources are stored at the server, so this website makes 0 connections to external servers.

Tor

To maximize privacy, this website is also available through Tor as an onion service here, because why not. If you are currently using Tor, the website should have automatically redirected you from its clearnet domain to the onion service. Here is a good description of how such a redirect can be set up.

Logs

This website logs every visit for debugging purposes. The log is anonymized by replacing the last characters of the IP address with 0. It is also emptied every 24 hours.

The code I use to anonymize access.log, placed in the http{} context of nginx.conf, can be seen at this stackexchange post.