123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?php
- declare(strict_types=1);
-
- View::show_header('Privacy');
- ?>
-
- <h2>Privacy Policy</h2>
-
- <section class="tldr">
- <p>
- At BioTorrents.de, accessible from https://biotorrents.de, one of our main priorities is the privacy of our
- visitors.
- This Privacy Policy document contains types of information that is collected and recorded by BioTorrents.de and how
- we use it.
- </p>
-
- <p>
- If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact
- us.
- </p>
-
-
- <h3>General Data Protection Regulation (GDPR)</h3>
-
- <p>
- We are a Data Controller of your information.
- </p>
-
- <p>
- BioTorrents.de's legal basis for collecting and using the personal information described in this Privacy Policy
- depends on the Personal Information we collect and the specific context in which we collect the information:
- </p>
-
- <ul>
- <li>BioTorrents.de needs to perform a contract with you</li>
- <li>You have given BioTorrents.de permission to do so</li>
- <li>Processing your personal information is in BioTorrents.de's legitimate interests</li>
- <li>BioTorrents.de needs to comply with the law</li>
- </ul>
-
- <p>
- BioTorrents.de will retain your personal information only for as long as is necessary for the purposes set out in
- this Privacy Policy.
- We will retain and use your information to the extent necessary to comply with our legal obligations, resolve
- disputes, and enforce our policies.
- </p>
-
- <p>
- If you are a resident of the European Economic Area (EEA), you have certain data protection rights.
- If you wish to be informed what Personal Information we hold about you and if you want it to be removed from our
- systems, please contact us.
- </p>
-
- <p>
- In certain circumstances, you have the following data protection rights:
- </p>
-
- <ul>
- <li>The right to access, update or to delete the information we have on you</li>
- <li>The right of rectification</li>
- <li>The right to object</li>
- <li>The right of restriction</li>
- <li>The right to data portability</li>
- <li>The right to withdraw consent</li>
- </ul><br />
-
-
- <h3>Log Files</h3>
-
- <p>
- BioTorrents.de only logs server errors.
- The information collected by log files include internet protocol (IP) addresses, browser type, date and time stamp,
- and referring/exit pages.
- These are not linked to any information that is personally identifiable.
- The purpose of the information is for administering the site.
- </p>
-
-
- <h3>Cookies and Web Beacons</h3>
-
- <p>
- Like any other website, BioTorrents.de uses "cookies."
- These cookies are used to store information including visitors' preferences, and the pages on the website that the
- visitor accessed or visited.
- The information is used to optimize the users' experience by customizing our web page content based on visitors'
- browser type and/or other information.
- </p>
-
-
- <h3>Third Party Privacy Policies</h3>
-
- <p>
- BioTorrents.de's Privacy Policy does not apply to other advertisers or websites.
- Thus, we are advising you to consult the respective Privacy Policies of these third-party ad servers for more
- detailed information.
- It may include their practices and instructions about how to opt-out of certain options.
- </p>
-
- <p>
- You can choose to disable cookies through your individual browser options.
- To know more detailed information about cookie management with specific web browsers, it can be found at the
- browsers' respective websites.
- </p>
-
-
- <h3>Children's Information</h3>
-
- <p>
- Another part of our priority is adding protection for children while using the internet.
- We encourage parents and guardians to observe, participate in, and/or monitor and guide their online activity.
- </p>
-
- <p>
- BioTorrents.de does not knowingly collect any Personal Identifiable Information from children under the age of 13.
- If you think that your child provided this kind of information on our website, we strongly encourage you to contact
- us immediately and we will do our best efforts to promptly remove such information from our records.
- </p>
-
-
- <h3>Online Privacy Policy Only</h3>
-
- <p>
- Our Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to
- the information that they shared and/or collect in BioTorrents.de.
- This policy is not applicable to any information collected offline or via channels other than this website.
- </p>
-
-
- <h3>Consent</h3>
-
- <p>
- By using our website, you hereby consent to our Privacy Policy and agree to its terms.
- </p>
- </section>
-
- <?php View::show_footer();
|