Privacy policy
Data collection on this website
We do not collect any personal data of visitors of the NewPipe e.V. website. We do not install cookies on your system, and we do not track our users. Personal data such as the IP address are only processed for the purpose of serving the pages by our webserver software, and are deleted from the memory immediately after the page has been sent to the user.
Server logs
To have a minimum of control in scenarios where our website is abused, for example denial-of-service attacks, we configured our webserver to create a so-called acces log. This log file contains a list of all requests made to this server, each request in a separate line.
The logged lines contain the following information:
- the IP address that was used to make the request
- a timestamp
- the URL
- the HTTP status code
- the user agent the user‘s browser sends automatically
We calculate prefixes of the IP addresses to anonymize them as follows:
- For IPv4 addresses, we remove the last two bytes to anonymize them. For example, an IP address such as
12.34.56.78
would be logged as12.34.0.0.
- For IPv6 addresses, we remove all bytes but the first two. For example, an IP address such as
2001:db8:85a3:8d3:1319:8a2e:370:7344
would be logged as2001:db8:0:0:0:0:0:0
(short2001:0db8::
).