blob: df211b6a0d18b6acde5410be890de1e4d1a4adcc [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 (Such as: your current 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>FAQ</h2>
<ul>
</ul>
<!-- TODO: Let the user revoke/grant consent from here? -->
<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 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>
</body>
</html>