# Privacy This is a static website and it doesn't make use f any database. [Cookies](https://en.wikipedia.org/wiki/HTTP_cookie) are used in order to store user's preferences. Cookies will automatically expire 30 days after their creation. This web site __does not__ use third party cookies neither monitors web traffic. At the moment, cookies are used for: - Check if the users have allowed the usage of cookies in their device. - Rejecting cookies usage will store a single cookie with that decision, so the consent message isn't shown again. - Store the password of password protected documents. - Refreshing the page won't ask again for the password. <div> <h2>Settings</h2> <div class="form-check form-switch"> <input class="form-check-input" type="checkbox" id="settings-cookies-consent"> <label class="form-check-label" for="settings-cookies-consent">Cookies storage consent</label> <p class="text-muted">Rejecting cookies will delete all cookies and settings</p> </div> </div>