Source code

Every claim on the transparency page can be checked against this code. The server is a single file with no dependencies. Read it. Check it. The entire site serves only these files and makes no requests to other websites.

server.js the whole server

This is the program that answers every request. Note that it logs no identifiers, sets no cookies, and makes no network calls out to anywhere else.


    

questions.json the survey questions

The complete list of questions. The server only ever accepts answers for the question ids listed here; anything else is thrown away.


    
There is no build step, no minification, no dependency, and no hidden service. What you see here is what runs.