commit: 275a954eb4f82f071e8e44e53feb6a9c65f5b068
parent: 0b6316ea632b03fd93f2ebd71ebbf91d2df3c5f3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 1 Oct 2018 16:39:42 +0200
[WIP] put more details into the Privacy section
Diffstat:
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/about.html b/about.html
@@ -16,12 +16,19 @@
<h2>Privacy</h2>
<p>Your data is stored on encrypted storage(LUKS), and is publicly available and sent unless you have changed your visibility settings. Also the Public and Federated timelines aren’t visible to non-authentificated people to avoid basic web-robots easily scanning the whole instance.</p>
<p>I highly recommend reading: <a href="https://blog.soykaf.com/post/privacy-and-tracking-on-the-fediverse/">Privacy and Tracking on the Fediverse</a> by Lain</p>
- <p>Browser Storage and similar:<ul>
+ <p>⚠ the following is a work in progress and should only be considered for indication ⚠</p>
+ <p>Browser-side storage in pleroma-fe:<ul>
<li><code>_pleroma_key</code>: Session cookie added when you authentify yourself</li>
- <li>Local Storage: Used for storing your settings in pleroma-fe (FIXME: and maybe other things)</li>
- <li>Service Workers: Used by the Mastodon Frontend (FIXME: document it)</li>
- <li>Indexed Database: (FIXME: document it)</li>
+ <li>Indexed DataBase: stores your config and last seen status id in notifications</li>
</ul></p>
+ <p>Browser-side Storage in mastofe:<ul>
+ <li><code>_pleroma_key</code>: Session cookie added when you authentify yourself</li>
+ <li>Service Workers: Used for sending Web Notifications</li>
+ </ul></p>
+ <p>Extra server-side storage for mastofe:<ul>
+ <li><code>PUT /api/web/settings</code>: Stores a JSON object, contains stuff like columns config, you can see it into <code>initial_state</code. (undocumented usage)</li>
+ </ul><p>
+ <p>⚠ end of Work in Progress ⚠</p>
</section>
<section>
<h2>Rules</h2>