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 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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: European Union residents
  81. </h3>
  82. <p>
  83. <a href="https://gdpr-info.eu/art-14-gdpr/">Art. 14 GDPR ¶ 5(a) and (b)</a>, and
  84. <a href="https://gdpr-info.eu/art-27-gdpr/">Art. 27 ¶ 2</a> apply.
  85. Accordingly, we haven't designated an EU representative.
  86. Generally, we don't collect any personal data as defined in
  87. <a href="https://gdpr-info.eu/art-4-gdpr/">Art. 4</a>
  88. except what you voluntarily provide us.
  89. </p>
  90. <p>
  91. We don't pass information to any 3rd-party processors or share it with anyone.
  92. We only use it to communicate with you for our mutual business purposes,
  93. and we'll be happy to delete your information
  94. to the extent you don't enter into a business relationship with us.
  95. </p>
  96. <h3>
  97. CCPA: California residents
  98. </h3>
  99. <p>
  100. We're exempt from the California Consumer Privacy Act pursuant to
  101. <a href="https://ccpa-info.com/home/1798-140-definitions/">CIV 1798.140(c)(1)(A)</a>.
  102. Nonetheless, we'll be happy to delete your information
  103. to the extent you don't enter into a business relationship with us.
  104. </p>
  105. <h3>
  106. Cookies: what and how
  107. </h3>
  108. <p>
  109. Cookies are text files placed on your computer to store functional information.
  110. When you log into our website, we save cookies to your browser's local storage.
  111. </p>
  112. <p>
  113. We use cookies to keep you signed in.
  114. Our secure session cookie parameters include:
  115. </p>
  116. <ul>
  117. <li>
  118. one-day expiry time,
  119. </li>
  120. <li>
  121. scoped to https://biotorrents.de,
  122. </li>
  123. <li>
  124. TLS 1.2+ transmission only,
  125. </li>
  126. <li>
  127. unavailable to JavaScript APIs, and
  128. </li>
  129. <li>
  130. strict same-origin policy.
  131. </li>
  132. </ul>
  133. <p>
  134. You can set your browser to deny cookies
  135. but our website won't function as intended.
  136. </p>
  137. <h3>
  138. Other websites' policies
  139. </h3>
  140. <p>
  141. BioTorrents.de links to other websites.
  142. Our privacy policy only applies to our website.
  143. If you click an external link, please read their privacy policy.
  144. </p>
  145. <h3>
  146. Changes to our policy
  147. </h3>
  148. <p>
  149. We last updated this policy on 2021-02-13.
  150. </p>
  151. <h3>
  152. How to contact us
  153. </h3>
  154. <p>
  155. If you have questions about our policy,
  156. the personal data we hold on you,
  157. or you'd like to exercise your data protection rights,
  158. please don't hesitate to contact us.
  159. </p>
  160. <p>
  161. <strong>
  162. Address
  163. </strong>
  164. <br />
  165. Data Protection Officer<br />
  166. Omics Tools LLC<br />
  167. 30 N Gould St Ste 4000<br />
  168. Sheridan, WY 82801
  169. </p>
  170. <p>
  171. <strong>
  172. Email
  173. </strong>
  174. <br />
  175. privacy at biotorrents dot de
  176. </p>
  177. <p>
  178. Please use
  179. <a href="/sections/legal/pubkey.txt">GPG A1D095A5DEC74A8B</a>
  180. if you wish.
  181. </p>
  182. </section>
  183. <?php View::show_footer();