2
0
mirror of https://github.com/codl/forget synced 2025-01-06 04:07:16 +01:00

whoops forgot to git add privacy.html

This commit is contained in:
codl 2017-09-20 23:29:54 +02:00
parent 5ba5f2b460
commit 0c3f603db5
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A

21
templates/privacy.html Normal file
View File

@ -0,0 +1,21 @@
{% extends 'lib/layout.html' %}
{% block body %}
<section>
{% include "lib/greet.html" %}
</section>
<section>
<h2>Pledge & Privacy Policy</h2>
<p>Forget does not post, follow, or do anything with your account other than its job: deleting posts. For it to function, Forget needs to retrieve and store some metadata about each of your posts:</p>
<ul>
<li>A unique post identifier</li>
<li>The post's time and date of publishing</li>
<li>Whether the post has any media attached</li>
<li>Whether the post has been favourited by you</li>
<li>(Mastodon only) Whether the post is a direct message</li>
</ul>
<p>No other post metadata and no post contents are stored by Forget.</p>
</section>
{% endblock %}