BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

privacy.php 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?php
  2. declare(strict_types=1);
  3. View::show_header('Privacy'); ?>
  4. <h2>Privacy Policy</h2>
  5. <section class="tldr">
  6. <p>
  7. Omics Tools LLC safeguards the personal data we collect from you on our website.
  8. You consent on account registration by checking the box labelled,
  9. "I consent to the privacy policy."
  10. </p>
  11. <h3>
  12. Data collection: what and how
  13. </h3>
  14. <p>
  15. We collect and use personal data defined as
  16. </p>
  17. <ul>
  18. <li>
  19. usernames, email addresses, passphrases, and 2FA seeds;
  20. </li>
  21. <li>
  22. GPG keys, IRC keys, API keys, passkeys, and authkeys;
  23. </li>
  24. <li>
  25. IP addresses, and login and access timestamps;
  26. </li>
  27. <li>
  28. account preferences, activity, and history;
  29. </li>
  30. <li>
  31. and server error logs.
  32. </li>
  33. </ul>
  34. <p>
  35. We don't collect cross-origin data.
  36. Also, we don't access
  37. <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy#directives">browser features</a>
  38. such as camera, microphone, and sensors.
  39. </p>
  40. <p>
  41. You directly provide us with most personal data.
  42. We collect data when you
  43. </p>
  44. <ul>
  45. <li>
  46. register online for our services,
  47. </li>
  48. <li>
  49. query the tracker for BitTorrent peers,
  50. </li>
  51. <li>
  52. participate in our forums and chat rooms,
  53. </li>
  54. <li>
  55. and use our website with cookies or API keys.
  56. </li>
  57. </ul>
  58. <br />
  59. <h3>
  60. Data use and storage
  61. </h3>
  62. <p>
  63. We use your personal data to manage your account and administer the site.
  64. We don't sell or provide data to third parties, except as required by law.
  65. </p>
  66. <p>
  67. We store your personal data on our own servers.
  68. Sensitive data is encrypted or hashed, defined as:
  69. email and IP addresses, private messages, passphrases, and API keys.
  70. </p>
  71. <p>
  72. We'll keep your personal data until account termination.
  73. Please contact us to terminate your account.
  74. Termination deletes your personal data and revokes your passkey.
  75. </p>
  76. <p>
  77. Note that we may need to keep data for archiving purposes.
  78. </p>
  79. <h3>
  80. GDPR data protection rights
  81. </h3>
  82. <p>
  83. EU residents are entitled to GDPR protections.
  84. Please attach a screenshot of your profile page to prove account ownership,
  85. and redact sensitive data if you wish.
  86. </p>
  87. <ul class="p">
  88. <li>
  89. <strong>Access.</strong>
  90. You have the right to request copies of your personal data.
  91. We may charge a small fee for this service.
  92. </li>
  93. <li>
  94. <strong>Rectification.</strong>
  95. You have the right to request we correct what you believe is inaccurate,
  96. and to request we complete what you believe is not.
  97. </li>
  98. <li>
  99. <strong>Erasure.</strong>
  100. You have the right to request we erase your personal data on certain conditions.
  101. </li>
  102. <li>
  103. <strong>Restrict Processing.</strong>
  104. You have the right to request we restrict processing your personal data on certain conditions.
  105. </li>
  106. <li>
  107. <strong>Object to Processing.</strong>
  108. You have the right to object to our processing your personal data on certain conditions.
  109. </li>
  110. <li>
  111. <strong>Data Portability.</strong>
  112. You have the right to request we transfer personal data we've collected to you or to others,
  113. on certain conditions.
  114. </li>
  115. </ul>
  116. <p>
  117. If you make a request, we have one month to respond.
  118. Please contact us if you'd like to exercise these rights.
  119. </p>
  120. <h3>
  121. Cookies: what and how
  122. </h3>
  123. <p>
  124. Cookies are text files placed on your computer to store functional information.
  125. When you log into our website, we save cookies to your browser's local storage.
  126. </p>
  127. <p>
  128. We use cookies to keep you signed in.
  129. Our secure session cookie parameters include:
  130. </p>
  131. <ul>
  132. <li>
  133. one-day expiry time,
  134. </li>
  135. <li>
  136. scoped to https://biotorrents.de,
  137. </li>
  138. <li>
  139. TLS 1.2+ transmission only,
  140. </li>
  141. <li>
  142. unavailable to JavaScript APIs, and
  143. </li>
  144. <li>
  145. strict same-origin policy.
  146. </li>
  147. </ul>
  148. <p>
  149. You can set your browser to deny cookies
  150. but our website won't function as intended.
  151. </p>
  152. <h3>
  153. Other websites' policies
  154. </h3>
  155. <p>
  156. BioTorrents.de links to other websites.
  157. Our privacy policy only applies to our website.
  158. If you click an external link, please read their privacy policy.
  159. </p>
  160. <h3>
  161. Changes to our policy
  162. </h3>
  163. <p>
  164. We last updated this policy on 2021-02-12.
  165. </p>
  166. <h3>
  167. How to contact us
  168. </h3>
  169. <p>
  170. If you have questions about our policy,
  171. the personal data we hold on you,
  172. or you'd like to exercise your data protection rights,
  173. please don't hesitate to contact us.
  174. </p>
  175. <p>
  176. <strong>
  177. Address
  178. </strong>
  179. <br />
  180. Data Protection Officer<br />
  181. Omics Tools LLC<br />
  182. 30 N Gould St Ste 4000<br />
  183. Sheridan, WY 82801
  184. </p>
  185. <p>
  186. <strong>
  187. Email
  188. </strong>
  189. <br />
  190. gdpr at biotorrents dot de
  191. </p>
  192. <p>
  193. Please use
  194. <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
  195. if you wish.
  196. </p>
  197. </section>
  198. <?php View::show_footer();