blob: fbf1e2d2a94480ca5bdbd528b14a47f8a0c60901 [file] [log] [blame] [raw]
<!DOCTYPE html>
<html lang="en">
<style>
</style>
<body>
<h1>Cookies</h1>
<p>In order to track website usage (done by Google Analytics), we use first party cookies.</p>
<p>A cookie is a small text file that a website saves on your computer or mobile device when you visit the site.</p>
<h1>Browser localStorage</h1>
<p>To store your preferred options between sessions, such as your input code & pane layout,
we make use of your browser's localStorage, where we place:</p>
<ol>
<li>The current page state (Code, selected compilers, pane layout, font sizes)</li>
<li>Your settings as shown in the settings popup (Which can be found at: More > Settings)</li>
</ol>
<h2>Important points</h2>
<ul>
<li>Why do we use this technology?
<ul><li>To provide a better service.. (TODO: Add better text here)</li></ul>
</li>
<li>Is its use essential?
<ul><li>localStorage is essential for the correct working of the page, as we rely on being able to find your preferred settings there. (TODO: Change?)</li></ul>
</li>
<li>How to withdraw consent
<ul>
<li>Indicating that you DO NOT consent on this page will withdraw consent, regardless of your previous (if any) choices</li>
<li>TODO: How do we store this choice? Does it mean we forget about the answer if no consent?)
</ul>
</li>
<li>More
<ul>
<li>LocalStorage date does not automatically expire, but you can clear it manually (TODO: How?)</li>
<li>The technologies are only used by the page (and only by the page) to access/store information used to (TODO: continue)...</li>
<li><b>We don't want nothing to do with your personal data. We don't store any of it. We only log compiler usage statics</b></li>
</ul>
</li>
</ul>
<h3>How to control this technologies</h3>
<p>You can control and/or delete cookies as you wish – for details, see aboutcookies.org.</p>
<p>You can control and/or delete your localStorage as you wish - for details, see localstorageurl</p>
<p>You can delete all cookies that are already on your computer
and you can set most browsers to prevent them from being placed.
If you do this, however, you may have to manually adjust some preferences every time you visit a site
and some services and functionalities may not work.</p>
<p>You can easily accept or reject the use of cookies and related technologies on this site by choosing one of the following options:</p>
</body>
</html>