-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprivacy.html
More file actions
45 lines (37 loc) · 1.95 KB
/
privacy.html
File metadata and controls
45 lines (37 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en" class="light-mode">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - JSON2Table</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="content">
<h1>Privacy Policy</h1>
<p>Last updated: March 05, 2025</p>
<h2>1. Data Controller</h2>
<p>json2table, support "@" bitlager.de</p>
<h2>2. Data We Collect</h2>
<p>We collect your email address when you purchase the CSV export feature on JSON2Table. This data is stored in our database along with your payment status and date.</p>
<h2>3. Purpose and Legal Basis</h2>
<p>We process your email to fulfill your purchase (CSV export unlock), based on the legal basis of contract fulfillment (Art. 6(1)(b) GDPR). Your email is matched with your Ko-fi payment to verify your access.</p>
<h2>4. Data Sharing</h2>
<p>Your email is shared with Ko-fi (https://ko-fi.com) for payment processing. No other third parties receive your data.</p>
<h2>5. Storage Duration</h2>
<p>We store your email and payment status for as long as necessary to provide the service, typically up to 1 year after your purchase, unless you request deletion earlier.</p>
<h2>6. Your Rights</h2>
<p>Under GDPR, you have the right to:
- Access your data
- Rectify inaccurate data
- Delete your data
- Restrict or object to processing
- Data portability
Contact us at dsgvo "@" bitlager.de to exercise these rights.</p>
<h2>7. Security</h2>
<p>We use secure server measures to protect your data. However, no online transmission is 100% secure.</p>
<h2>8. Contact</h2>
<p>For questions or complaints, email support "@" bitlager.de. You may also contact your local data protection authority.</p>
</div>
</body>
</html>