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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <?php
  2. declare(strict_types=1);
  3. View::show_header('Privacy'); ?>
  4. <h2>Privacy Policy</h2>
  5. <section class="tldr">
  6. <p>
  7. This policy explains how Omics Tools LLC handles the personal data we collect from you when you use our website.
  8. You grant consent on account registration by checking the box that reads,
  9. "I consent to the privacy policy and may revoke my consent at any time."
  10. </p>
  11. <h3>
  12. Data collection: what and how
  13. </h3>
  14. <p>
  15. We collect usernames, email addresses, GPG keys,
  16. passphrases, API keys, site activity and preferences,
  17. IP addresses, and server error logs.
  18. </p>
  19. <p>
  20. We don't collect access logs or compile personal data for any commercial reason.
  21. Also, we explicitly deny all known browser features, including not limited:
  22. camera, microphone, sensors, wake-lock, USB, encrypted media, autoplay, etc.
  23. </p>
  24. <p>
  25. You directly provide us with most of the data we collect.
  26. We collect and process your personal data when you
  27. </p>
  28. <ul>
  29. <li>
  30. register online for our services,
  31. </li>
  32. <li>
  33. query the tracker for BitTorrent peers,
  34. </li>
  35. <li>
  36. participate in our forums and chat rooms, and
  37. </li>
  38. <li>
  39. use our website with cookies or API keys.
  40. </li>
  41. </ul>
  42. <br />
  43. <h3>
  44. Data use and storage
  45. </h3>
  46. <p>
  47. We only use your data to manage your account and administer the site.
  48. We never sell or otherwise provide data to third parties, except by authenticated subpoena.
  49. </p>
  50. <p>
  51. All data read, written, or deleted under this policy will only be managed by SQL queries,
  52. and any data returned will only be provided as raw output (database dumps).
  53. </p>
  54. <p>
  55. We securely store your data on our hardened MariaDB instance.
  56. Only Unix socket connections are allowed, and certain services like IRC are denied.
  57. Database tools aren't accessible on the public internet.
  58. </p>
  59. <p>
  60. Email and IP addresses, and private messages between users,
  61. are encrypted and then decrypted in memory.
  62. Certain data is hashed before storage and therefore unrecoverable,
  63. including passphrases and API keys.
  64. Please don't request ciphertext.
  65. </p>
  66. <p>
  67. We'll keep your data for your account's lifetime.
  68. When that time expires, we'll delete your data by written request.
  69. </p>
  70. <h3>
  71. GDPR data protection rights
  72. </h3>
  73. <p>
  74. We'd like to make sure you're fully aware of your data protection rights.
  75. Each user is entitled to GDPR protection regardless of their jurisdiction.
  76. </p>
  77. <p>
  78. Please attach a screenshot of your profile page to prove account ownership for any transaction.
  79. It's okay to redact sensitive data like email and passkey.
  80. </p>
  81. <ul class="p">
  82. <li>
  83. <strong>Access.</strong>
  84. You have the right to request copies of your data.
  85. We may charge a small fee for this service.
  86. </li>
  87. <li>
  88. <strong>Rectification.</strong>
  89. You have the right to request that we correct what you believe is inaccurate,
  90. and to request that we complete what you believe is not.
  91. </li>
  92. <li>
  93. <strong>Erasure.</strong>
  94. You have the right to request that we erase your data, under certain conditions.
  95. </li>
  96. <li>
  97. <strong>Restrict Processing.</strong>
  98. You have the right to request that we restrict processing your data,
  99. under certain conditions.
  100. </li>
  101. <li>
  102. <strong>Object to Processing.</strong>
  103. You have the right to object to our processing your data, under certain conditions.
  104. </li>
  105. <li>
  106. <strong>Data Portability.</strong>
  107. You have the right to request that we transfer data we've collected to you or to others,
  108. under certain conditions.
  109. </li>
  110. </ul>
  111. <p>
  112. If you make a request, we have one month to respond.
  113. Please contact us if you'd like to exercise any of these rights.
  114. </p>
  115. <h3>
  116. Cookies: what and how
  117. </h3>
  118. <p>
  119. Cookies are text files placed on your computer to store functional information.
  120. When you log into our website, we save cookies to your browser's local storage.
  121. </p>
  122. <p>
  123. We strongly encourage you to use an updated browser with sandboxed tabs,
  124. and to set your browser to deny disk access and wipe transient data on shutdown.
  125. </p>
  126. <p>
  127. We use cookies to keep you signed in.
  128. Our secure session cookie parameters include:
  129. </p>
  130. <ul>
  131. <li>
  132. one-day expiry time,
  133. </li>
  134. <li>
  135. scoped to https://biotorrents.de,
  136. </li>
  137. <li>
  138. TLS 1.2+ transmission only,
  139. </li>
  140. <li>
  141. unavailable to JavaScript APIs, and
  142. </li>
  143. <li>
  144. strict same-origin policy.
  145. </li>
  146. </ul>
  147. <p>
  148. You can set your browser to deny cookies
  149. but our website won't function as intended.
  150. </p>
  151. <h3>
  152. Other websites' policies
  153. </h3>
  154. <p>
  155. BioTorrents.de links to other websites.
  156. Our privacy policy only applies to our website.
  157. If you click an external link, please read their privacy policy.
  158. </p>
  159. <h3>
  160. Changes to our policy
  161. </h3>
  162. <p>
  163. We regularly review our policy and publish updates here.
  164. Updates will usually describe new security developments.
  165. We last updated this policy on 2021-02-11.
  166. </p>
  167. <h3>
  168. How to contact us
  169. </h3>
  170. <p>
  171. If you have any questions about our policy,
  172. the data we hold on you,
  173. or you'd like to exercise one of your data protection rights,
  174. please don't hesitate to contact us.
  175. </p>
  176. <p>
  177. <strong>
  178. Address
  179. </strong>
  180. <br />
  181. Data Protection Officer<br />
  182. Omics Tools LLC<br />
  183. 30 N Gould St Ste 4000<br />
  184. Sheridan, WY 82801
  185. </p>
  186. <p>
  187. <strong>
  188. Email
  189. </strong>
  190. <br />
  191. gdpr at biotorrents dot de
  192. </p>
  193. <h3>
  194. How to contact the authorities
  195. </h3>
  196. <p>
  197. Should you wish to report a complaint,
  198. or if you feel that we haven't satisfactorily addressed your concerns,
  199. contact the Information Commissioner's Office.
  200. </p>
  201. <h3>
  202. COPPA
  203. </h3>
  204. <p>
  205. Omics Tools LLC doesn't knowingly collect data from under-thirteens.
  206. Our terms require that all users be 18 or older.
  207. If you believe a child gave out personal data on BioTorrents.de,
  208. please contact us at once.
  209. </p>
  210. <p>
  211. <strong>
  212. Email
  213. </strong>
  214. <br />
  215. coppa at biotorrents dot de
  216. </p>
  217. <h3>
  218. HIPAA
  219. </h3>
  220. <p>
  221. Omics Tools LLC doesn't knowingly collect data that violates patient privacy.
  222. We publish guides on how to anonymize data, and our rules restrict unsanitized data.
  223. If you believe that content on BioTorrents.de compromises a patient's identity,
  224. please contact us at once.
  225. </p>
  226. <p>
  227. <strong>
  228. Email
  229. </strong>
  230. <br />
  231. hipaa at biotorrents dot de
  232. </p>
  233. <p>
  234. Please use
  235. <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x760EBED7CFE266D7" target="_blank">GPG 760EBED7CFE266D7</a>
  236. if you wish.
  237. </p>
  238. </section>
  239. <?php View::show_footer();