Update html/priv.ejs

This commit is contained in:
ashley 2025-08-19 04:06:41 +02:00
parent 25a7f482bc
commit 24a5f7be40

View File

@ -12,8 +12,7 @@
<style>
/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; }
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
@ -264,6 +263,7 @@
<li><a href="#summary">TL;DR</a></li>
<li><a href="#what-we-collect">What We Do/Dont Collect</a></li>
<li><a href="#cookies">Cookies &amp; Storage</a></li>
<li><a href="#openstreetmap">OpenStreetMap</a></li>
<li><a href="#third-parties">Third-Party Requests &amp; Proxy</a></li>
<li><a href="#legal-bases">Legal Bases (GDPR)</a></li>
<li><a href="#your-rights">Your Rights</a></li>
@ -358,6 +358,20 @@
</ul>
</section>
<!-- OpenStreetMap -->
<section id="openstreetmap" class="policy">
<h2>OpenStreetMap</h2>
<p>
Poke Maps uses <a href="https://www.openstreetmap.org/" target="_blank" rel="noopener">OpenStreetMap</a> data. That means when you explore maps at <a href="/map">/map</a>, we embed OSM via an <strong>iframe</strong> directly into the Poke site. The tiles and geographic info are delivered from OSM contributors servers.
While Poke itself doesnt collect any of your data, OpenStreetMaps tile servers have their own <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" target="_blank" rel="noopener">privacy policy</a>.
</p>
<p>
TL;DR: we still dont know who you are, but since its an embedded iframe, map tile requests go to OSMs infrastructure and may be logged in basic form (like request counts) to keep their servers running.
</p>
</section>
<!-- Third parties -->
<section id="third-parties" class="policy">
<h2>ThirdParty Requests &amp; Proxy</h2>