PantheonSim / Privacy

Privacy

What this site records, in plain terms. It is short because there is not much: no accounts database, no advertising, and nothing sold or shared.

Sign-in

Signing in is optional and changes nothing about what the playground lets you do. When you sign in with GitHub or Google:

The playground

A playground machine is a container that is destroyed when the session ends, along with everything in it. While it runs, the service keeps a log so we can see what people try to do and what breaks:

Your IP address is not kept in this log. It is turned into a salted hash, which lets us count distinct visitors and enforce the per-visitor limit without being able to recover the address. The log is deleted after 90 days.

Like any web server, ours keeps an access log of the pages requested, for security and for fixing problems. It records addresses with the last part removed, so they no longer point to one connection, and is deleted after 14 days. Its error log, which notes requests that failed, can hold a full address and is deleted on the same schedule.

Analytics

The home page, docs, CI guide, sign-in, privacy and not-found pages use Google Analytics to count visits, which sets Google’s analytics cookies. The playground does not load it: a script there could read what you type into the terminal, so no outside script runs on that page.

Questions

Ask in Discussions or open an issue.