This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
trainav/trainav.web/Pages/Privacy.cshtml

17 lines
768 B
Plaintext

@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>The only cookies we store on your device is a session identifier, which is used to access information related to your session on the server, as well as CSRF Antiforgery tokens.</p>
<p>We do not track you, nor use external services that do.</p>
<p>This is not a public service. Therefore we do not save any data in your session unless you log in. For registered users, the following data is stored in our database:</p>
<ul>
<li>Data visible in the interface (trips)</li>
<li>Your linked user ID and username</li>
</ul>
<p>If you have any further questions, contact us at <a href="mailto:trainav-privacy@zotan.email">trainav-privacy@zotan.email</a></p>