mirror of
https://github.com/codl/forget
synced 2025-01-08 13:42:35 +01:00
whoops forgot to git add privacy.html
This commit is contained in:
parent
5ba5f2b460
commit
0c3f603db5
21
templates/privacy.html
Normal file
21
templates/privacy.html
Normal 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 %}
|
Loading…
Reference in New Issue
Block a user