|
@@ -1,135 +1,260 @@
|
1
|
1
|
<?php
|
2
|
2
|
declare(strict_types=1);
|
3
|
3
|
|
4
|
|
-View::show_header('Privacy');
|
5
|
|
-?>
|
|
4
|
+View::show_header('Privacy'); ?>
|
6
|
5
|
|
7
|
6
|
<h2>Privacy Policy</h2>
|
8
|
7
|
|
9
|
8
|
<section class="tldr">
|
10
|
|
- <p>
|
11
|
|
- At BioTorrents.de, accessible from https://biotorrents.de, one of our main priorities is the privacy of our
|
12
|
|
- visitors.
|
13
|
|
- This Privacy Policy document contains types of information that is collected and recorded by BioTorrents.de and how
|
14
|
|
- we use it.
|
15
|
|
- </p>
|
16
|
9
|
|
17
|
10
|
<p>
|
18
|
|
- If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact
|
19
|
|
- us.
|
|
11
|
+ This policy explains how Omics Tools LLC handles the personal data we collect from you when you use our website.
|
|
12
|
+ You grant consent on account registration by checking the box that reads,
|
|
13
|
+ "I consent to the privacy policy and may revoke my consent at any time."
|
20
|
14
|
</p>
|
21
|
15
|
|
22
|
16
|
|
23
|
|
- <h3>General Data Protection Regulation (GDPR)</h3>
|
|
17
|
+ <h3>
|
|
18
|
+ Data collection: what and how
|
|
19
|
+ </h3>
|
|
20
|
+
|
|
21
|
+ <p>
|
|
22
|
+ We collect usernames, email addresses, GPG keys,
|
|
23
|
+ passphrases, API keys, site activity and preferences,
|
|
24
|
+ IP addresses, and server error logs.
|
|
25
|
+ </p>
|
24
|
26
|
|
25
|
27
|
<p>
|
26
|
|
- We are a Data Controller of your information.
|
|
28
|
+ We don't collect access logs or compile personal data for any commercial reason.
|
|
29
|
+ Also, we explicitly deny all known browser features, including not limited:
|
|
30
|
+ camera, microphone, sensors, wake-lock, USB, encrypted media, autoplay, etc.
|
27
|
31
|
</p>
|
28
|
32
|
|
29
|
33
|
<p>
|
30
|
|
- BioTorrents.de's legal basis for collecting and using the personal information described in this Privacy Policy
|
31
|
|
- depends on the Personal Information we collect and the specific context in which we collect the information:
|
|
34
|
+ You directly provide us with most of the data we collect.
|
|
35
|
+ We collect and process your personal data when you
|
32
|
36
|
</p>
|
33
|
37
|
|
34
|
38
|
<ul>
|
35
|
|
- <li>BioTorrents.de needs to perform a contract with you</li>
|
36
|
|
- <li>You have given BioTorrents.de permission to do so</li>
|
37
|
|
- <li>Processing your personal information is in BioTorrents.de's legitimate interests</li>
|
38
|
|
- <li>BioTorrents.de needs to comply with the law</li>
|
|
39
|
+ <li>
|
|
40
|
+ register online for our services,
|
|
41
|
+ </li>
|
|
42
|
+
|
|
43
|
+ <li>
|
|
44
|
+ query the tracker for BitTorrent peers,
|
|
45
|
+ </li>
|
|
46
|
+
|
|
47
|
+ <li>
|
|
48
|
+ participate in our forums and chat rooms, and
|
|
49
|
+ </li>
|
|
50
|
+
|
|
51
|
+ <li>
|
|
52
|
+ use our website with cookies or API keys.
|
|
53
|
+ </li>
|
39
|
54
|
</ul>
|
|
55
|
+ <br />
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+ <h3>
|
|
59
|
+ Data use and storage
|
|
60
|
+ </h3>
|
40
|
61
|
|
41
|
62
|
<p>
|
42
|
|
- BioTorrents.de will retain your personal information only for as long as is necessary for the purposes set out in
|
43
|
|
- this Privacy Policy.
|
44
|
|
- We will retain and use your information to the extent necessary to comply with our legal obligations, resolve
|
45
|
|
- disputes, and enforce our policies.
|
|
63
|
+ We only use your data to manage your account and administer the site.
|
|
64
|
+ We never sell or otherwise provide data to third parties, except under subpoena.
|
46
|
65
|
</p>
|
47
|
66
|
|
48
|
67
|
<p>
|
49
|
|
- If you are a resident of the European Economic Area (EEA), you have certain data protection rights.
|
50
|
|
- If you wish to be informed what Personal Information we hold about you and if you want it to be removed from our
|
51
|
|
- systems, please contact us.
|
|
68
|
+ All data read, written, or deleted under this policy will only be managed by SQL queries,
|
|
69
|
+ and any data returned will only be provided as database dumps.
|
52
|
70
|
</p>
|
53
|
71
|
|
54
|
72
|
<p>
|
55
|
|
- In certain circumstances, you have the following data protection rights:
|
|
73
|
+ We securely store your data in our hardened MariaDB instance.
|
|
74
|
+ Only Unix socket connections are allowed, and certain services like IRC are denied.
|
|
75
|
+ Database tools aren't accessible on the public internet.
|
56
|
76
|
</p>
|
57
|
77
|
|
58
|
|
- <ul>
|
59
|
|
- <li>The right to access, update or to delete the information we have on you</li>
|
60
|
|
- <li>The right of rectification</li>
|
61
|
|
- <li>The right to object</li>
|
62
|
|
- <li>The right of restriction</li>
|
63
|
|
- <li>The right to data portability</li>
|
64
|
|
- <li>The right to withdraw consent</li>
|
65
|
|
- </ul><br />
|
|
78
|
+ <p>
|
|
79
|
+ Email and IP addresses, and private messages between users,
|
|
80
|
+ are encrypted and then decrypted in memory.
|
|
81
|
+ Certain data is hashed before storage and therefore unrecoverable,
|
|
82
|
+ including passphrases and API keys.
|
|
83
|
+ Please don't request ciphertext.
|
|
84
|
+ </p>
|
|
85
|
+
|
|
86
|
+ <p>
|
|
87
|
+ We'll keep your data for your account's lifetime.
|
|
88
|
+ Once this period expires, we'll delete your data by written request.
|
|
89
|
+ </p>
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+ <h3>
|
|
93
|
+ GDPR data protection rights
|
|
94
|
+ </h3>
|
66
|
95
|
|
|
96
|
+ <p>
|
|
97
|
+ We'd like to make sure you're fully aware of your data protection rights.
|
|
98
|
+ Every user is entitled to GDPR protections regardless of their jurisdiction:
|
|
99
|
+ </p>
|
67
|
100
|
|
68
|
|
- <h3>Log Files</h3>
|
|
101
|
+ <ul class="p">
|
|
102
|
+ <li>
|
|
103
|
+ <strong>Access.</strong>
|
|
104
|
+ You have the right to request copies of your personal data.
|
|
105
|
+ We may charge a small fee for this service.
|
|
106
|
+ </li>
|
|
107
|
+
|
|
108
|
+ <li>
|
|
109
|
+ <strong>Rectification.</strong>
|
|
110
|
+ You have the right to request that we correct what you believe is inaccurate,
|
|
111
|
+ and to request that we complete what you believe is not.
|
|
112
|
+ </li>
|
|
113
|
+
|
|
114
|
+ <li>
|
|
115
|
+ <strong>Erasure.</strong>
|
|
116
|
+ You have the right to request that we erase your personal data, under certain conditions.
|
|
117
|
+ </li>
|
|
118
|
+
|
|
119
|
+ <li>
|
|
120
|
+ <strong>Restrict Processing.</strong>
|
|
121
|
+ You have the right to request that we restrict processing your personal data,
|
|
122
|
+ under certain conditions.
|
|
123
|
+ </li>
|
|
124
|
+
|
|
125
|
+ <li>
|
|
126
|
+ <strong>Object to Processing.</strong>
|
|
127
|
+ You have the right to object to our processing your personal data, under certain conditions.
|
|
128
|
+ </li>
|
|
129
|
+
|
|
130
|
+ <li>
|
|
131
|
+ <strong>Data Portability.</strong>
|
|
132
|
+ You have the right to request that we transfer data we've collected to you or others,
|
|
133
|
+ under certain conditions.
|
|
134
|
+ </li>
|
|
135
|
+ </ul>
|
69
|
136
|
|
70
|
137
|
<p>
|
71
|
|
- BioTorrents.de only logs server errors.
|
72
|
|
- The information collected by log files include internet protocol (IP) addresses, browser type, date and time stamp,
|
73
|
|
- and referring/exit pages.
|
74
|
|
- These are not linked to any information that is personally identifiable.
|
75
|
|
- The purpose of the information is for administering the site.
|
|
138
|
+ If you make a request, we have one month to respond.
|
|
139
|
+ Please contact us if you'd like to exercise any of these rights.
|
76
|
140
|
</p>
|
77
|
141
|
|
78
|
142
|
|
79
|
|
- <h3>Cookies and Web Beacons</h3>
|
|
143
|
+ <h3>
|
|
144
|
+ Cookies: what and how
|
|
145
|
+ </h3>
|
|
146
|
+
|
|
147
|
+ <p>
|
|
148
|
+ Cookies are text files placed on your computer to store functional information.
|
|
149
|
+ When you log into our website, we save cookies to your browser's local storage.
|
|
150
|
+ </p>
|
|
151
|
+
|
|
152
|
+ <p>
|
|
153
|
+ We strongly encourage you to use an updated browser with sandboxed tabs,
|
|
154
|
+ and to set your browser to deny disk permissions and to wipe transient data on shutdown.
|
|
155
|
+ </p>
|
80
|
156
|
|
81
|
157
|
<p>
|
82
|
|
- Like any other website, BioTorrents.de uses "cookies."
|
83
|
|
- These cookies are used to store information including visitors' preferences, and the pages on the website that the
|
84
|
|
- visitor accessed or visited.
|
85
|
|
- The information is used to optimize the users' experience by customizing our web page content based on visitors'
|
86
|
|
- browser type and/or other information.
|
|
158
|
+ We use cookies to keep you signed in.
|
|
159
|
+ Our secure session cookie parameters include
|
87
|
160
|
</p>
|
88
|
161
|
|
|
162
|
+ <ul>
|
|
163
|
+ <li>
|
|
164
|
+ one-day expiry time,
|
|
165
|
+ </li>
|
|
166
|
+
|
|
167
|
+ <li>
|
|
168
|
+ scoped to https://biotorrents.de,
|
|
169
|
+ </li>
|
|
170
|
+
|
|
171
|
+ <li>
|
|
172
|
+ TLS 1.2+ transmission only,
|
|
173
|
+ </li>
|
89
|
174
|
|
90
|
|
- <h3>Third Party Privacy Policies</h3>
|
|
175
|
+ <li>
|
|
176
|
+ unavailable to JavaScript APIs, and
|
|
177
|
+ </li>
|
|
178
|
+
|
|
179
|
+ <li>
|
|
180
|
+ strict same-origin policy.
|
|
181
|
+ </li>
|
|
182
|
+ </ul>
|
91
|
183
|
|
92
|
184
|
<p>
|
93
|
|
- BioTorrents.de's Privacy Policy does not apply to other advertisers or websites.
|
94
|
|
- Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more
|
95
|
|
- detailed information.
|
96
|
|
- It may include their practices and instructions about how to opt-out of certain options.
|
|
185
|
+ You can set your browser to deny cookies
|
|
186
|
+ but our website won't function as intended.
|
97
|
187
|
</p>
|
98
|
188
|
|
|
189
|
+
|
|
190
|
+ <h3>
|
|
191
|
+ Other websites' policies
|
|
192
|
+ </h3>
|
|
193
|
+
|
99
|
194
|
<p>
|
100
|
|
- You can choose to disable cookies through your individual browser options.
|
101
|
|
- To know more detailed information about cookie management with specific web browsers, it can be found at the
|
102
|
|
- browsers' respective websites.
|
|
195
|
+ BioTorrents.de links to other websites.
|
|
196
|
+ Our privacy policy only applies to our website.
|
|
197
|
+ If you click an external link, please read their privacy policy.
|
103
|
198
|
</p>
|
104
|
199
|
|
105
|
200
|
|
106
|
|
- <h3>Children's Information</h3>
|
|
201
|
+ <h3>
|
|
202
|
+ Changes to our policy
|
|
203
|
+ </h3>
|
107
|
204
|
|
108
|
205
|
<p>
|
109
|
|
- Another part of our priority is adding protection for children while using the internet.
|
110
|
|
- We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.
|
|
206
|
+ We regularly review our policy and publish updates here.
|
|
207
|
+ Updates will usually describe new security developments.
|
|
208
|
+ We last updated this policy on 2021-02-11.
|
111
|
209
|
</p>
|
112
|
210
|
|
|
211
|
+
|
|
212
|
+ <h3>
|
|
213
|
+ How to contact us
|
|
214
|
+ </h3>
|
|
215
|
+
|
113
|
216
|
<p>
|
114
|
|
- BioTorrents.de does not knowingly collect any Personal Identifiable Information from children under the age of 13.
|
115
|
|
- If you think that your child provided this kind of information on our website, we strongly encourage you to contact
|
116
|
|
- us immediately and we will do our best efforts to promptly remove such information from our records.
|
|
217
|
+ If you have any questions about our policy,
|
|
218
|
+ the data we hold on you,
|
|
219
|
+ or you'd like to exercise one of your data protection rights,
|
|
220
|
+ please don't hesitate to contact us.
|
117
|
221
|
</p>
|
118
|
222
|
|
|
223
|
+ <p>
|
|
224
|
+ <strong>
|
|
225
|
+ Address
|
|
226
|
+ </strong>
|
|
227
|
+ <br />
|
|
228
|
+
|
|
229
|
+ Data Protection Officer<br />
|
|
230
|
+ Omics Tools LLC<br />
|
|
231
|
+ 30 N Gould St Ste 4000<br />
|
|
232
|
+ Sheridan, WY 82801
|
|
233
|
+ </p>
|
119
|
234
|
|
120
|
|
- <h3>Online Privacy Policy Only</h3>
|
|
235
|
+ <p>
|
|
236
|
+ <strong>
|
|
237
|
+ Email
|
|
238
|
+ </strong>
|
|
239
|
+ <br />
|
|
240
|
+ gdpr at biotorrents dot de
|
|
241
|
+ </p>
|
121
|
242
|
|
122
|
243
|
<p>
|
123
|
|
- Our Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to
|
124
|
|
- the information that they shared and/or collect in BioTorrents.de.
|
125
|
|
- This policy is not applicable to any information collected offline or via channels other than this website.
|
|
244
|
+ Please use
|
|
245
|
+ <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
|
|
246
|
+ if you wish.
|
126
|
247
|
</p>
|
127
|
248
|
|
128
|
249
|
|
129
|
|
- <h3>Consent</h3>
|
|
250
|
+ <h3>
|
|
251
|
+ How to contact the appropriate authority
|
|
252
|
+ </h3>
|
130
|
253
|
|
131
|
254
|
<p>
|
132
|
|
- By using our website, you hereby consent to our Privacy Policy and agree to its terms.
|
|
255
|
+ Should you wish to report a complaint,
|
|
256
|
+ or if you feel that we haven't satisfactorily addressed your concerns,
|
|
257
|
+ contact the Information Commissioner's Office.
|
133
|
258
|
</p>
|
134
|
259
|
</section>
|
135
|
260
|
|