mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-25 01:24:50 +01:00
27 lines
1.3 KiB
HTML
27 lines
1.3 KiB
HTML
{% extends 'documentation/base.html' %}
|
|
{% block article %}
|
|
<h1>Privacy Policy</h1>
|
|
<p>We value your privacy and are committed to protecting your personal information. This policy
|
|
outlines how we handle your data and ensures transparency in our practices.</p>
|
|
|
|
<h2>Data Collection</h2>
|
|
<p>We only collect data that is necessary for the functionality of our services. Any data you upload to
|
|
our site remains your property and will not be shared with third parties unless required by law.</p>
|
|
|
|
<h2>Cookies</h2>
|
|
<p>We do not use cookies for tracking or analytics. The cookies we employ are strictly for session
|
|
management, ensuring a smooth and secure user experience.</p>
|
|
|
|
<h2>No Unnecessary Data Extraction</h2>
|
|
<p>We believe that unnecessary data extraction is unethical and a poor practice. We only collect the
|
|
minimum amount of data required to provide our services effectively, ensuring your privacy is respected at all
|
|
times.</p>
|
|
|
|
<h2>Your Rights</h2>
|
|
<p>You have the right to access, modify, or delete your data at any time. If you have any concerns
|
|
about how your data is handled, please contact us.</p>
|
|
|
|
<h2>Changes to This Policy</h2>
|
|
<p>We may update this privacy policy from time to time. Any changes will be posted on this page, and we
|
|
encourage you to review it periodically.</p>
|
|
{% endblock %} |