Shortened privacy.html

The first part was pretty redundant as all the info listed there should be obvious.
This commit is contained in:
Dominik V. Salonen 2016-05-25 10:06:31 +02:00
parent bf825f8ffd
commit 85f2c63e72
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
{% extends "regular.html" %}
{% block body %}
<h1 id="limits">Privacy policy</h1>
<p>Files are treated as most would expect. They're stored on a server owned by me until they expire. After expiring they're both deleted from storage and cleared from the database, no trails remain. No permanent logs are kept other than nginx's default access logs.</p>
<p>Otherwise there is no privacy policy. It all depends on how much you trust me not to leak your nudes.</p>
{% endblock %}
<p>There is no privacy policy. It all depends on how much you trust me not to leak your nudes.</p>
{% endblock %}