logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

privacy policy.shtml (1582B)


  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <!--#include file="templates/head.shtml" -->
  5. <title>lanodan’s cyber-home — Privacy Policy</title>
  6. </head>
  7. <body>
  8. <!--#set var="transPageUrl" value='politique de confidentialité' --><!--#include file="templates/en/nav.shtml" -->
  9. <main>
  10. <h1>Privacy Policy</h1>
  11. <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>
  12. <h2>HTTP Logs</h2>
  13. <dl>
  14. <dt>data</dt><dd>timestamp, source IP address, status, request (method, vhost, path, size; Body (forms, <code>POST</code>, …) might also be saved)</dd>
  15. <dt>storage</dt><dd>Saved in a Full-Disk Encrypted disk with LUKS</dd>
  16. <dt>retention</dt><dd>Between 11 and 12 months, each start of the month the month-folder of one year ago is deleted.</dd>
  17. <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>
  18. </dl>
  19. <h2>Third-Party</h2>
  20. <dl>
  21. <dt>Internet Service Provider</dt><dd><a href="http://free.fr">Free SAS</a></dd>
  22. <dt>Certificate Authority</dt><dd>Let's Encrypt.</dd>
  23. </dl>
  24. <p>And that's all. No data is and ever will be sold.</p>
  25. </main>
  26. <!--#include file="templates/en/footer.shtml" -->
  27. </body>
  28. </html>