From 05c1f44c59db171ea415d221bf38c6c73720c5bf Mon Sep 17 00:00:00 2001
From: ashley
Date: Sat, 11 Oct 2025 13:45:45 +0200
Subject: [PATCH] test something
---
html/priv.ejs | 71 +++++++++++++++++++++++++++++----------------------
1 file changed, 41 insertions(+), 30 deletions(-)
diff --git a/html/priv.ejs b/html/priv.ejs
index c3de8d02..d964ebc2 100644
--- a/html/priv.ejs
+++ b/html/priv.ejs
@@ -302,37 +302,48 @@
privacy policy.
+
+
+
+ Weather Pages & Services
+
+ Poke’s weather pages use third-party, privacy-respecting services to resolve places and fetch forecasts.
+
+
+
+ Geocoding / Place Lookup
+
+ Uses nominatim.openstreetmap.org (OpenStreetMap Nominatim).
+ Privacy: OSMF Privacy Policy.
+
+ How it works:
+
+ -
+ The request is always proxied through Poke’s backend — never directly from your browser.
+ (See source)
+
+
+
+
+
+ Forecast Data
+
+ Uses open-meteo.com for weather forecasts.
+ Privacy: Open-Meteo Terms & Privacy.
+
+ How it works:
+
+ -
+ All forecast queries are proxied through Poke’s backend. Your browser never connects to Open-Meteo directly.
+
+ -
+ Only essential parameters (latitude, longitude, units, etc.) are forwarded.
+ See source here.
+
+
+
+
-
-
- Weather Pages & Services
-
- Poke’s weather pages use third-party, privacy-respecting services to resolve places and fetch forecasts:
-
-
- -
- Geocoding / place lookup:
- nominatim.openstreetmap.org
- (OpenStreetMap Nominatim).
- Privacy: OSMF Privacy Policy.
-
- How it works:
-
- - the request is proxied through Poke’s backend - always!
- (see source ).
-
-
- -
- Forecast data:
- open-meteo.com.
- Privacy: Open-Meteo Terms & Privacy.
-
- Forecast queries are always proxied through Poke’s backend, so your browser never connects to Open-Meteo directly.
- Only the necessary query parameters (latitude, longitude, units, etc.) are forwarded by the server.
- see the source for this
- here..
-
-
Poke does not add trackers to these requests. However, when third-party services are contacted (directly or via proxy),
their respective privacy policies apply to those specific requests.