-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacy-Policy.html
More file actions
343 lines (310 loc) · 11 KB
/
Privacy-Policy.html
File metadata and controls
343 lines (310 loc) · 11 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Legion Killfeed Privacy Policy</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Sharp" rel="stylesheet">
<link rel="stylesheet" href="./static/style.css">
<link rel="icon" type="image/x-icon" href="./static/favicon.ico">
<!-- OpenGraph Meta Tags -->
<meta property="og:title" content="🛡️ Privacy Policy">
<meta property="og:image" content="https://legionkillfeed.github.io/DayZ/static/Legion.png">
<meta property="og:url" content="https://killfeed.co/legal#privacy">
<meta property="og:type" content="website">
<meta property="og:image:alt" content="Legion Killfeed Logo">
<meta property="og:locale" content="en_US">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta name="theme-color" content="#ba9849">
<!-- oEmbed Link -->
<link type="application/json+oembed" href="https://legionkillfeed.github.io/DayZ/static/discord_embed.json" />
<meta name="title" content="Legion Killfeed for DayZ">
<meta name="description" content="Privacy Policy">
<meta name="keywords"
content="Legion Killfeed, killfeed, commands, discord bot, DayZ bot, DayZ tools, DayZOffline, DayZ community, DayZ killfeed, DayZkillfeed.com, skynet killfeed, DayZ++, Legion DayZ, Legion DayZ Killfeed, skynet, DayZ, official, official DayZ">
<meta name="robots" content="index, follow">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"name": "Legion Killfeed for DayZ",
"url": "https://killfeed.co/legal#privacy",
"potentialAction": {
"@type": "SearchAction",
"target": "https://legionkillfeed.github.io/DayZ/search?q={search_term_string}",
"query-input": "required name=search_term_string"
},
"image": "https://legionkillfeed.github.io/DayZ/static/Legion.png",
"description": "Privacy Policy",
"publisher": {
"@type": "Organization",
"name": "Legion Killfeed for DayZ",
"logo": {
"@type": "ImageObject",
"url": "https://legionkillfeed.github.io/DayZ/static/Legion.png"
}
}
}
</script>
<style>
* {
box-sizing: border-box;
color: #B8A66A;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #B8A66A;
}
body {
background: linear-gradient(90deg, #ffe2ab, #525252, #ffe2ab, #1f1f1f, #ffe2ab, #272727);
background-size: 300% 300%;
animation: gradient 25s ease infinite;
}
.section {
margin-bottom: 20px;
background: #221f1f;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(226, 174, 106, 0.767);
}
.section p {
margin: 10px 0;
background: #000000;
color: #cab469;
}
.section ul {
list-style-type: none;
background: #141010;
color: #b39867;
padding: 0;
}
.section ul li {
background: #000000;
color: #cab469;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
}
.section ul li a {
color: rgb(221, 176, 125);
}
/* Style the side navigation */
.sidenav {
height: 100%;
width: 200px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #000000;
color: #d1af64;
overflow-x: hidden;
transition: 0.5s; /* Added transition */
}
/* Side navigation links */
.sidenav a {
color: #F7DA87;
background-color: #000000;
padding: 12px;
text-decoration: none;
display: block;
}
/* Change color on hover */
.sidenav a:hover {
background: linear-gradient(90deg, #ffe2ab, #bebebe, #ffe2ab, #443f3f, #ffe2ab, #666565);
background-size: 300% 300%;
color: #0c0b0a;
animation: gradient 25s ease infinite;
}
/* Style the content */
.content {
margin-left: 200px;
padding-left: 20px;
}
.sidenav .logo {
display: flex;
align-items: center;
}
.sidenav .logo img {
width: 100%;
height: auto;
max-width: 50px;
margin-right: 10px;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* Media Queries for Mobile Devices */
@media screen and (max-width: 600px) {
.sidenav {
width: 100%;
height: auto;
position: relative;
}
.sidenav a {
float: left;
padding: 15px;
}
.sidenav a:hover {
color: #f1f1f1;
}
.content {
margin-left: 0;
padding-left: 0;
}
.generate-form label, .multiplier-form label {
display: block;
margin-bottom: 5px;
}
.generate-form .input-box, .multiplier-form .input-box {
width: 100%;
margin-bottom: 10px;
}
.generate-form .submit, .multiplier-form .submit {
width: 100%;
margin-bottom: 10px;
}
.generate-form select, .multiplier-form select {
width: 100%;
margin-bottom: 10px;
}
.section ul li {
padding: 8px;
font-size: 14px;
}
}
</style>
<style>
/* Mobile friendly styles */
@media only screen and (max-width: 600px) {
body {
font-size: 14px;
}
.sidenav {
width: 100%;
height: auto;
position: relative;
}
.sidenav a {float: left;}
.content {margin-left: 0;}
}
@media only screen and (min-width: 600px) {
.sidenav {
width: 200px;
height: 100%;
position: fixed;
}
.content {
margin-left: 200px;
padding-left: 20px;
}
}
</style>
<script>
function toggleMenu() {
var sidenav = document.querySelector(".sidenav");
sidenav.classList.toggle("show");
}
</script>
</head>
<body>
<div class="sidenav">
<a href="https://legionkillfeed.github.io/DayZ/home">
<div class="logo">
<img alt="Legion-Shield" src="https://legionkillfeed.github.io/DayZ/static/Legion.png"/>
<h4><span class="logotext">Legion Killfeed</span></h4>
</div>
</a>
<a href="killfeed.co/commands"><span class="material-icons-sharp">apps</span>Commands & Usage</a>
<a href="https://killfeed.co/free-tools/economy-calculator"><span class="material-icons-sharp">calculate</span>Economy Calculator</a>
<a href="https://killfeed.co/free-tools/trader-file-generator"><span class="material-icons-sharp">note_add</span>Shoppi Pricing Tool</a>
<a href="https://killfeed.co/legal#terms"><span class="material-icons-sharp">policy</span>Terms of Service</a>
<a href="https://killfeed.co/legal#privacy"><span class="material-icons-sharp">security</span>Privacy Policy</a>
<a href="https://business.gov.au/planning/protect-your-brand-idea-or-creation/copyright"><span class="material-icons-sharp">copyright</span>Copyright 2024</a>
<a href="https://ko-fi.com/LegionKillfeed"><span class="material-icons-sharp">subscriptions</span>Subscribe/Pricing</a>
<a href="https://discord.gg/LegionKillfeed"><span class="material-icons-sharp">forum</span>Discord</a>
</div>
<div class="content">
<div class="container">
<div class=section>
<h2>Privacy Policy</h2>
<ul><b>Welcome to Legion Killfeed! This privacy policy explains how we handle your data when you use our bot to download logs from Nitrado.net using API tokens. By using our bot, you agree to the terms outlined in this policy.</b></ul>
</div>
<div class=section>
<h2>Data Collection</h2>
<ul>
<p>We collect the following data:</p>
<li><strong>API Tokens:</strong> We collect Nitrado API tokens to access and download logs from your Nitrado.net account.</li>
<li><strong>Discord Data:</strong> We collect and store the following data from Discord:
<ul>
<li>Server ID</li>
<li>Channel ID</li>
<li>User IDs for linked accounts</li>
<li>Messages related to log outputs</li>
</ul>
</li>
<li><strong>Logs Data:</strong> We collect and store the data from logs as stats</li>
</ul>
</div>
<div class=section>
<h2>Data Usage</h2>
<ul>
<p>We use your data as follows:</p>
<li><strong>API Tokens:</strong> Tokens are used solely to authenticate and access logs from Nitrado.net.</li>
<li><strong>Discord Data:</strong> Discord Data is used to deliver and display logs in your Discord server.</li>
<li><strong>Logs Data:</strong> Server Data is used to retrieve logs and update stats.</li>
<li><strong>Server Stats:</strong> Server Logs are used to update stats for your servers using Legion Killfeed.</li>
<li><strong>Global Stats:</strong> Server Logs are used to update stats globally across all servers using Legion Killfeed.</li>
</ul>
</div>
<div class=section>
<h2>Data Storage</h2>
<ul>
<p>We store your data as follows:</p>
<li><strong>API Tokens:</strong> Tokens are securely stored and used only by the bot unless express written consent is given to use it for bot testing.</li>
<li><strong>Discord Data:</strong> Data is stored temporarily to ensure the proper functioning of the bot.</li>
<li><strong>Player Stats:</strong> Server Specific Player Stats are stored up to 12 months after bot removal before being completely wiped from the database.</li>
<li><strong>Global Stats:</strong> Global Player Stats are stored permanently, no personal information is retained, only gamertags.</li>
</ul>
</div>
<div class=section>
<h2>Data Retention and Deletion</h2>
<ul>
<p>Upon bot removal:</p>
<li>All related Discord data, including channel and user information, will be automatically deleted from our database.</li>
<li>The Nitrado API token associated with your account will also be deleted immediately.</li>
</ul>
</div>
<div class=section>
<h2>Security</h2>
<ul>
<p>We prioritize the security of your data and implement industry-standard practices to protect it. However, please note that no method of transmission over the internet or electronic storage is 100% secure.</p>
<li>As we've experienced the toxicity of the DayZ community countless times we understand what you go through.</li>
<li>As an extra layer of security, all subscribers (the person who pays & sets up the token) MUST be in our support discord to use our bot.</li>
<li>They don't have to talk, it's just so the enabling of the killfeed is handled internally and closesly monitored.</li>
</ul>
</div>
<div class=section>
<h2>Changes to This Privacy Policy</h2>
<ul>We may update our privacy policy from time to time. We will notify you of any changes by posting the new privacy policy on this page. You are advised to review this privacy policy periodically for any changes.</ul>
</div>
<div class=section>
<h2>Contact Us</h2>
<ul>If you have any questions or concerns about this privacy policy, please contact us by opening a ticket in our discord</ul>
</div>
<div class=section>
<ul>By using Legion Killfeed, you acknowledge that you have read and understand this privacy policy.</ul>
</div>
</div>
</body>
</html>
>