mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
canonical on stefankoelle and privacy policy update
This commit is contained in:
+2
-2
@@ -65,10 +65,10 @@ layout: base.njk
|
|||||||
|
|
||||||
<h3>4. No Tracking, No Cookies, No Analytics (current state)</h3>
|
<h3>4. No Tracking, No Cookies, No Analytics (current state)</h3>
|
||||||
<p>
|
<p>
|
||||||
None of the websites covered by this document currently use cookies, set any identifiers on your device, or run any analytics, counting pixel, or third-party tracking script. Beyond the technically necessary connection data processed by the respective hosting provider (see section 3), no personal data about your visit is collected, stored, or evaluated by me.
|
None of the websites covered by this document currently use cookies, set any identifiers on your device, or run any analytics, counting pixel, or third-party tracking script. One exception: 28k8.moonweb.org stores your selected connection line (modem or ISDN) in your browser's local storage to provide a seamless BBS experience on return visits. This preference can be cleared at any time via the "Disconnect" option in the BBS menu. This data is not transmitted anywhere and remains solely on your device. Beyond the technically necessary connection data processed by the respective hosting provider (see section 3), no personal data about your visit is collected, stored, or evaluated by me.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
No consent banner is shown, because nothing is stored on or read from your device — there is simply nothing that would require your consent under § 25 TDDDG (formerly TTDSG).
|
No consent banner is shown for this local storage usage, as the data remains entirely on your device, is not transmitted to any server, and can be deleted at any time by the user via the "Disconnect" option in the BBS menu. This falls under the technical exemption of § 25 TDDDG (formerly TTDSG).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If this changes in the future (e.g. a cookie-free visit counter is added to stefankoelle.de), this document will be updated before it goes live, describing exactly what is collected, why, and for how long.
|
If this changes in the future (e.g. a cookie-free visit counter is added to stefankoelle.de), this document will be updated before it goes live, describing exactly what is collected, why, and for how long.
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" href="/assets/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" href="/assets/ms-icon-144x144.png">
|
||||||
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
|
||||||
<link rel="stylesheet" href="/assets/style.css?v=3">
|
<link rel="stylesheet" href="/assets/style.css?v=3">
|
||||||
</head>
|
</head>
|
||||||
<body class="blog">
|
<body class="blog">
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ description: "WiFi-controlled LED display solution with REST API, DHT22 sensor,
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="{{ description }}">
|
<meta name="description" content="{{ description }}">
|
||||||
<meta name="author" content="Stefan Kölle">
|
<meta name="author" content="Stefan Kölle">
|
||||||
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}">
|
||||||
<title>{{ title }} - ESP32 Project</title>
|
<title>{{ title }} - ESP32 Project</title>
|
||||||
<link rel="stylesheet" href="assets/style.css?v=3">
|
<link rel="stylesheet" href="assets/style.css?v=3">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user