mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-25 09:34:50 +01:00
30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
{% extends 'documentation/base.html' %}
|
|
{% block article %}
|
|
<h2>Privacy Policy</h2>
|
|
<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>
|
|
|
|
<h3>Data Collection</h3>
|
|
<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>
|
|
|
|
<h3>Cookies</h3>
|
|
<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>
|
|
|
|
<h3>No Unnecessary Data Extraction</h3>
|
|
<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>
|
|
|
|
<h3>Your Rights</h3>
|
|
<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>
|
|
|
|
<h3>Changes to This Policy</h3>
|
|
<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>
|
|
|
|
<p>Thank you for trusting us with your information. We are committed to treating it with the care and
|
|
respect it deserves.</p>
|
|
{% endblock %} |