privacy policy.shtml (1582B)
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--#include file="templates/head.shtml" -->
- <title>lanodan’s cyber-home — Privacy Policy</title>
- </head>
- <body>
- <!--#set var="transPageUrl" value='politique de confidentialité' --><!--#include file="templates/en/nav.shtml" -->
- <main>
- <h1>Privacy Policy</h1>
- <p>Any access, modification or deletion request for personal or confidential data will only be honored after having dutifully verified their authenticity and legitimacy against the law of France.</p>
- <h2>HTTP Logs</h2>
- <dl>
- <dt>data</dt><dd>timestamp, source IP address, status, request (method, vhost, path, size; Body (forms, <code>POST</code>, …) might also be saved)</dd>
- <dt>storage</dt><dd>Saved in a Full-Disk Encrypted disk with LUKS</dd>
- <dt>retention</dt><dd>Between 11 and 12 months, each start of the month the month-folder of one year ago is deleted.</dd>
- <dt>example</dt><dd><code><!--#echo var="time_iso8601"-->— <!--#echo var="remote_addr"--> <!--#echo var="server_name"--> <!--#echo var="request"--> <!--#echo var="status"--> <!--#echo var="bytes_sent"--> <!--#echo var="gzip_ratio"--><!--#echo var="brotli_ratio"--> <!--#echo var="http_user_agent"--></code></dd>
- </dl>
- <h2>Third-Party</h2>
- <dl>
- <dt>Internet Service Provider</dt><dd><a href="http://free.fr">Free SAS</a></dd>
- <dt>Certificate Authority</dt><dd>Let's Encrypt.</dd>
- </dl>
- <p>And that's all. No data is and ever will be sold.</p>
- </main>
- <!--#include file="templates/en/footer.shtml" -->
- </body>
- </html>