From 85f2c63e722f830ecf5a1e3df12f46a56d267cc6 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Wed, 25 May 2016 10:06:31 +0200 Subject: [PATCH] Shortened privacy.html The first part was pretty redundant as all the info listed there should be obvious. --- templates/privacy.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/privacy.html b/templates/privacy.html index 93f59ff..32ca6a4 100644 --- a/templates/privacy.html +++ b/templates/privacy.html @@ -1,6 +1,5 @@ {% extends "regular.html" %} {% block body %}

Privacy policy

-

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.

-

Otherwise there is no privacy policy. It all depends on how much you trust me not to leak your nudes.

-{% endblock %} \ No newline at end of file +

There is no privacy policy. It all depends on how much you trust me not to leak your nudes.

+{% endblock %}