-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
77 lines (66 loc) · 3.26 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>privacy policy</title>
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #000;
color: #fff;
padding: 20px;
line-height: 1.6;
}
h1 {
font-size: 2.5em;
margin-bottom: 20px;
color: #00aaff;
}
h2 {
font-size: 1.8em;
margin-top: 20px;
color: #00aaff;
}
p {
margin-bottom: 15px;
}
a {
color: #00aaff;
text-decoration: none;
}
a:hover {
color: #0077cc;
}
</style>
</head>
<body>
<h1>The privacy policy of is-not.cool</h1>
<p><strong>This privacy policy is effective on</strong> December 11th, 2024</p>
<h2>1. Information we collect</h2>
<p>We only collect the minimum amount of information necessary to provide our services. this includes:</p>
<ul>
<li>The subdomain that you request</li>
<li>Any configuration details in the .json file that you provide us.</li>
</ul>
<p>We do <strong>NOT</strong> collect any personal data, such as names, email addresses, or ip addresses.</p>
<h2>2. We use your information for the reasons listed below.</h2>
<p>We use the information you provide us for:</p>
<ul>
<li>Making your subdomain not encounter errors and being valid</li>
</ul>
<p>We do not use this information for any other purposes.</p>
<h2>3. Third party applications</h2>
<p>We use <strong>Github</strong> to manage subdomain registration. when you interact with github (e.g., by submitting a subdomain request), any information you provide to github is subject to github's privacy policy, which can be found <a href="https://docs.github.com/en/github/site-policy/github-privacy-statement" target="_blank">here</a>.</p>
<h2>4. Data security</h2>
<p>We take reasonable precautions to protect your data from unauthorized access, loss, misuse, or alteration. however, no method of transmission over the internet or electronic storage is 100% secure, and we cannot guarantee absolute security.</p>
<h2>5. Data sharing</h2>
<p>We do not share, sell, or rent your information to any third parties. the only case where data may be shared is if it is required by law or in response to a lawful request by public authorities.</p>
<h2>6. Your rights</h2>
<p>Since we do not collect personal data, there are no specific rights such as the right to request access, deletion, or correction of personal data. if you believe there has been a misuse of your data, please contact us at support@is-not.cool</p>
<h2>7. Changes to this privacy policy</h2>
<p>We may update this privacy policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. any changes will be effective immediately upon posting the updated policy on our website.</p>
<h2>8. Contact us</h2>
<p>If you have any questions about this privacy policy or your interactions with is-not.cool, please talk to us in the discord server.</p>
</body>
</html>