From 9ce02da001e308ad07e66e678dcd5592f4748ec5 Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 11 Oct 2025 13:50:05 +0200 Subject: [PATCH] fix stuff + add stuff --- html/priv.ejs | 53 +++++++++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/html/priv.ejs b/html/priv.ejs index d964ebc2..dd3a3d19 100644 --- a/html/priv.ejs +++ b/html/priv.ejs @@ -376,32 +376,39 @@
- -
-

API Logs Policy

-

- When you request any resource from the poke api (for example: thumbnails, API endpoint) information about the request may be logged. -

-

Information about a request is limited to:

- -

- No identifying information is logged, such as the visitor’s cookie, user-agent, or IP address. Here are a couple lines to serve as an example: -

-
+    
+
+
+

API Logs Policy

+

+ When you request any resource from the Poke API (for example: thumbnails, API endpoint) information about the request may be logged. +

+

Information about a request is limited to:

+
    +
  • the time the request was made
  • +
  • the status code of the response
  • +
  • the method of the request
  • +
  • the requested URL
  • +
  • how long it took to complete the request.
  • +
+

+ No identifying information is logged, such as the visitor’s cookie, user-agent, or IP address. +

+ +
+ Example log lines +
 2019-01-19 16:37:47 +00:00 200 GET /api/v1/comments/xrlETJYzH-c?format=html&hl=en-US 1345.88ms
 2019-01-19 16:37:53 +00:00 200 GET /vi/r5P-f5arPXE/maxres.jpg 1085.41ms
 2019-01-19 16:37:54 +00:00 200 GET /watch 7.04ms
-      
-

- This website does not store the visitor’s user-agent or IP address and does not use fingerprinting, advertisements, or tracking of any form. -

-
+
+ + +

+ This website does not store the visitor’s user-agent or IP address and does not use fingerprinting, advertisements, or tracking of any form. +

+
+