fix stuff + add stuff

This commit is contained in:
ashley 2025-10-11 19:27:45 +02:00
parent 4ab7637bb5
commit 33dafb5a9d

View File

@ -411,14 +411,20 @@
<p> <p>
When you request any resource from the Poke API (for example: thumbnails, API endpoint) information about the request may be logged. When you request any resource from the Poke API (for example: thumbnails, API endpoint) information about the request may be logged.
</p> </p>
<p>Information about a request is limited to:</p> <details class="block">
<summary>Information logged per request</summary>
<p>
The information recorded for each API or resource request is <strong>strictly limited</strong> to the following items — and nothing else:
</p>
<ul> <ul>
<li>the time the request was made</li> <li>the time the request was made</li>
<li>the status code of the response</li> <li>the status code of the response</li>
<li>the method of the request</li> <li>the method of the request</li>
<li>the requested URL</li> <li>the requested URL</li>
<li>how long it took to complete the request.</li> <li>how long it took to complete the request</li>
</ul> </ul>
</details>
<p> <p>
<strong>No identifying information is logged</strong>, such as the visitors cookie, user-agent, or IP address. <strong>No identifying information is logged</strong>, such as the visitors cookie, user-agent, or IP address.
</p> </p>
@ -440,26 +446,58 @@
<!-- Legal bases --> <!-- Legal bases -->
<section id="legal-bases" aria-labelledby="gdpr-heading"> <section id="legal-bases" aria-labelledby="gdpr-heading">
<h2 id="gdpr-heading" class="section">Legal Bases for Processing (GDPR)</h2> <h2 id="gdpr-heading" class="section">Legal Bases for Processing (GDPR / EU Law)</h2>
<p>
The Poke Project and its primary instance (<span class="mono">poketube.fun</span>) operate under the jurisdiction of the
<strong>European Union</strong> and comply with the principles of the
<strong>General Data Protection Regulation (GDPR)</strong> (Regulation (EU) 2016/679).
The projects hosting structure is based in <strong>Germany</strong>, where data protection is taken seriously.
</p>
<ul> <ul>
<li><strong>Legitimate interests:</strong> Running Poke smoothly while collecting exactly zero personal data.</li> <li>
<li><strong>Consent:</strong> If we ever invent an optional feature that needs info, well ask. But right now? Theres nothing to consent to.</li> <strong>Legitimate interest:</strong> Operating the Poke service safely and efficiently while collecting <em>no</em> personal data whatsoever.
<li><strong>Legal obligation:</strong> Even if someone waves a fancy piece of paper at us, we literally have nothing personal to hand over. Empty pockets.</li> </li>
<li>
<strong>Consent:</strong> If one day we add an optional feature that needs personal information, youll be clearly asked — not tricked — before its ever processed.
Currently, no such data collection exists.
</li>
<li>
<strong>Legal obligation:</strong> Even if an authority asks for user data, theres nothing to hand over.
We dont store IPs, cookies, or user identities — so theres nothing to surrender under German or EU law.
</li>
</ul> </ul>
<p>
This section is here for compliance transparency only — Poke simply doesnt process or retain personal data in the first place.
</p>
</section> </section>
<!-- Your rights --> <!-- Your Rights -->
<section id="your-rights" aria-labelledby="rights-heading"> <section id="your-rights" aria-labelledby="rights-heading">
<h2 id="rights-heading" class="section">Your Privacy Rights</h2> <h2 id="rights-heading" class="section">Your Privacy Rights</h2>
<p> <p>
Since Poke doesnt collect or store personal data, theres basically nothing for us to give, sell, or lose about you. Because Poke doesnt collect or store personal info, theres really nothing about you that we can give, sell, or lose.
You dont have to worry about “export my data” or “delete my profile” requests because we dont have anything on you in the first place. You wont need to ask for “export my data” or “delete my profile” — we just dont have any of it.
</p> </p>
<p> <p>
Poke Accounts dont require an email, name, or any other identifying info — and theres no way to add that kind of data even if you wanted to. Poke accounts dont require your name, email, or any identifying detail — you literally cant add them even if you tried.
</p>
<p>
But outside Poke, you *do* have rights and tools to protect your privacy. Here are a few ideas:
</p>
<ul>
<li>Switch your search engine from a tracker-heavy one (like Google) to a privacy-respecting one — for example, <a href="https://duckduckgo.com/" target="_blank" rel="noopener">DuckDuckGo</a>, which doesnt track your search history and doesnt log your activity.</li>
<li>Use privacy-oriented browsers or extensions that block trackers, fingerprinting, and unwanted scripts.</li>
<li>Enable HTTPS everywhere (many sites support it), avoid untrusted WiFi, and keep your software up to date.</li>
<li>Review your device permissions (location, microphone, camera), disable or restrict ones you dont need.</li>
<li>Use VPNs or encrypted services if you want an extra layer of anonymity (especially on public networks).</li>
<li>Opt out of ad tracking and analytics where possible — many companies provide “do not track” or preference settings.</li>
</ul>
<p>
These steps wont make you invisible, but they do shift the balance back toward u!!!!!
</p> </p>
</section> </section>
<!-- Data Retention --> <!-- Data Retention -->
<section id="retention" aria-labelledby="retention-heading"> <section id="retention" aria-labelledby="retention-heading">
<h2 id="retention-heading" class="section">Data Retention</h2> <h2 id="retention-heading" class="section">Data Retention</h2>