diff --git a/src/libpoketube/init/pages-api.js b/src/libpoketube/init/pages-api.js index 1c880600..77d9089b 100644 --- a/src/libpoketube/init/pages-api.js +++ b/src/libpoketube/init/pages-api.js @@ -131,7 +131,7 @@ if (!data.users) data.users = {} }) } - // Human view – /api/stats?view=human + // Human view – /api/stats?view=human (just stats UI) if (view === "human") { const telemetryOn = telemetryConfig.telemetry @@ -139,7 +139,7 @@ if (!data.users) data.users = {}
-+ At Poke, we do not collect or share any personal information. + That's our privacy promise in a nutshell. + To improve Poke we use a completely anonymous, local-only way to figure out how the site is being used. +
- const sortedVideos = Object.entries(data.videos) - .sort((a, b) => b[1] - a[1]) - .slice(0, 10) +
+ Any anonymous stats recorded by this instance come from the /api/stats system.
+ You can read exactly what is measured (and what is not) in our privacy policy:
+ /policies/privacy#stats.
+