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.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?php
  2. declare(strict_types=1);
  3. View::show_header('Privacy');
  4. ?>
  5. <h2>Privacy Policy</h2>
  6. <section class="tldr">
  7. <p>
  8. At BioTorrents.de, accessible from https://biotorrents.de, one of our main priorities is the privacy of our
  9. visitors.
  10. This Privacy Policy document contains types of information that is collected and recorded by BioTorrents.de and how
  11. we use it.
  12. </p>
  13. <p>
  14. If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact
  15. us.
  16. </p>
  17. <h3>General Data Protection Regulation (GDPR)</h3>
  18. <p>
  19. We are a Data Controller of your information.
  20. </p>
  21. <p>
  22. BioTorrents.de's legal basis for collecting and using the personal information described in this Privacy Policy
  23. depends on the Personal Information we collect and the specific context in which we collect the information:
  24. </p>
  25. <ul>
  26. <li>BioTorrents.de needs to perform a contract with you</li>
  27. <li>You have given BioTorrents.de permission to do so</li>
  28. <li>Processing your personal information is in BioTorrents.de's legitimate interests</li>
  29. <li>BioTorrents.de needs to comply with the law</li>
  30. </ul>
  31. <p>
  32. BioTorrents.de will retain your personal information only for as long as is necessary for the purposes set out in
  33. this Privacy Policy.
  34. We will retain and use your information to the extent necessary to comply with our legal obligations, resolve
  35. disputes, and enforce our policies.
  36. </p>
  37. <p>
  38. If you are a resident of the European Economic Area (EEA), you have certain data protection rights.
  39. If you wish to be informed what Personal Information we hold about you and if you want it to be removed from our
  40. systems, please contact us.
  41. </p>
  42. <p>
  43. In certain circumstances, you have the following data protection rights:
  44. </p>
  45. <ul>
  46. <li>The right to access, update or to delete the information we have on you</li>
  47. <li>The right of rectification</li>
  48. <li>The right to object</li>
  49. <li>The right of restriction</li>
  50. <li>The right to data portability</li>
  51. <li>The right to withdraw consent</li>
  52. </ul><br />
  53. <h3>Log Files</h3>
  54. <p>
  55. BioTorrents.de only logs server errors.
  56. The information collected by log files include internet protocol (IP) addresses, browser type, date and time stamp,
  57. and referring/exit pages.
  58. These are not linked to any information that is personally identifiable.
  59. The purpose of the information is for administering the site.
  60. </p>
  61. <h3>Cookies and Web Beacons</h3>
  62. <p>
  63. Like any other website, BioTorrents.de uses "cookies."
  64. These cookies are used to store information including visitors' preferences, and the pages on the website that the
  65. visitor accessed or visited.
  66. The information is used to optimize the users' experience by customizing our web page content based on visitors'
  67. browser type and/or other information.
  68. </p>
  69. <h3>Third Party Privacy Policies</h3>
  70. <p>
  71. BioTorrents.de's Privacy Policy does not apply to other advertisers or websites.
  72. Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more
  73. detailed information.
  74. It may include their practices and instructions about how to opt-out of certain options.
  75. </p>
  76. <p>
  77. You can choose to disable cookies through your individual browser options.
  78. To know more detailed information about cookie management with specific web browsers, it can be found at the
  79. browsers' respective websites.
  80. </p>
  81. <h3>Children's Information</h3>
  82. <p>
  83. Another part of our priority is adding protection for children while using the internet.
  84. We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.
  85. </p>
  86. <p>
  87. BioTorrents.de does not knowingly collect any Personal Identifiable Information from children under the age of 13.
  88. If you think that your child provided this kind of information on our website, we strongly encourage you to contact
  89. us immediately and we will do our best efforts to promptly remove such information from our records.
  90. </p>
  91. <h3>Online Privacy Policy Only</h3>
  92. <p>
  93. Our Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to
  94. the information that they shared and/or collect in BioTorrents.de.
  95. This policy is not applicable to any information collected offline or via channels other than this website.
  96. </p>
  97. <h3>Consent</h3>
  98. <p>
  99. By using our website, you hereby consent to our Privacy Policy and agree to its terms.
  100. </p>
  101. </section>
  102. <?php View::show_footer();