forked from Vercantez/vercantez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tldr-privacy.html
49 lines (48 loc) · 3.6 KB
/
tldr-privacy.html
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
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>tl;dr Privacy Policy</title>
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<style>
html {
text-align: left;
}
h1 {
text-align: center;
}
</style>
</head>
<body>
<h1>tl;dr PRIVACY POLICY</h1>
<p>Last updated: June 8, 2023</p>
<p>We respect your privacy and are committed to protecting it. This Privacy Policy describes how your personal information is collected, used, and shared when you use our App (the "Service").</p>
<h2>1. Information We Collect</h2>
<p>We only collect information necessary to provide our Service to you:</p>
<h3>1.1 Anonymous Purchase Information</h3>
<p>When you make a purchase or attempt to make a purchase through the Service, we collect certain information from you, including the details related to the purchase. However, this data is anonymized and cannot be traced back to you as an individual.</p>
<h3>1.2 Unique Customer Identifiers</h3>
<p>We generate a unique anonymous identifier for each customer to track usage and provide better service. This identifier does not contain any personal information or any data that could be used to identify you.</p>
<h3>1.3 URL Data</h3>
<p>When you use the Service to summarize a webpage, we collect the URL of the webpage that you chose to summarize. We do not collect any additional data from the webpage or about your browsing history.</p>
<h2>2. How We Use Your Information</h2>
<p>We use the anonymized purchase information to track the number of users and the revenue generated by the Service.</p>
<p>Unique customer identifiers are used to manage subscriptions and provide better service, such as maintaining your preferences.</p>
<p>We use the URL data to provide the summary service and to improve the effectiveness of our technology. The URL data also helps us to ensure that our Service is used in accordance with our terms and conditions.</p>
<h2>3. Sharing Your Personal Information</h2>
<p>As we do not collect any personally identifiable information, there is no personal information to share. However, we may share anonymous, aggregate data with our technology partners, such as OpenAI, for the purpose of improving our Service.</p>
<h2>4. Data Retention</h2>
<p>We will maintain your Information for our records unless and until you ask us to delete this information.</p>
<h2>5. Your Rights</h2>
<p>As a user, you have the right to access the anonymous information we hold about you, and to ask that your personal information be corrected, updated, or deleted. If you would like to exercise this right, please contact us through the contact information below.</p>
<h2>6. Changes</h2>
<p>We may update this privacy policy from time to time in order to reflect, for example, changes to our practices or for other operational, legal or regulatory reasons.</p>
<h2>7. Contact Us</h2>
<p>For more information about our privacy practices, if you have questions, or if you would like to make a complaint, please contact us by e-mail at <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Please note that this privacy policy may change from time to time. We will not reduce your rights under this privacy policy without your explicit consent. We will post any privacy policy changes on this page and, if the changes are significant, we will provide a more prominent notice.</p>
</body>
</html>