blob: c9d3b79b02ee9274ba450bf85796797fe16178c4 [file] [log] [blame] [raw]
<!DOCTYPE html>
<html lang="en">
<style>
</style>
<body>
<h1>What data do we store?</h1>
<p>None. We're not on the business of collecting user data.</p>
<h2>What do you collect?</h2>
<ul>
<li>Anonymized usage analytics</li>
<li>Anonymized server logs, which we keep around for X (TODO: Update) days, and then get deleted</li>
</ul>
<h2>What don't you store?</h2>
<ul>
<li>We don't store your code anywhere. Google URL Shortener only stores relations between short keys and their corresponding long url.
All the data needed is encoded on the URLs. We plan to evetually stop relying on Google for the URL shortening service, which will force us
to securely store the code you choose to create short urls for.</li>
<li>We don't store personal information, nor anything that could identify you between sessions / services</li>
</ul>
<h3>I don't trust you</h3>
<p>The page code is hosted on GitHub, both the <a href="https://github.com/mattgodbolt/compiler-explorer" target="_blank">client/server code <sup class="glyphicon glyphicon-new-window opens-new-window" title="Opens in a new window"></sup></a>
and <a href="https://github.com/mattgodbolt/compiler-explorer-image" target="_blank">the behind the scenes code that powers it <sup class="glyphicon glyphicon-new-window opens-new-window" title="Opens in a new window"></sup></a></p>
</body>
</html>