Add lang attribute to html tag
Build and publish Docker image / build (push) Successful in 17s Details

Remove empty h3 tag
Use valid HTML
This commit is contained in:
Tobias 2024-05-19 21:21:20 +02:00
parent 2830300fc4
commit f3a80c95b9
Signed by: tobigr
GPG Key ID: 1081A7AAB3E37791
15 changed files with 17 additions and 20 deletions

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.&nbsp;V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />
@ -47,7 +47,6 @@
<section>
<header>
<h2>Contact</h2>
<h3></h3>
</header>
<p>
For press inquiries please contact the board via email: <a href="mailto:newpipe-ev@mailbox.org?subject=Press inquiry">board@newpipe-ev.de</a>.

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.&nbsp;V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />
@ -68,8 +68,6 @@ Authors who contribute media to this repository declare their agreement that the
You can fetch a copy from the "licenses" directory inside this repository as well as from the <a href="https://opensource.org/license/mit/">Open Source Initiative's homepage</a>.<br />
Authors who contribute source code to this repository declare their agreement that their contribution will be licensed under the terms of the MIT license. They further declare that they own the intellectual property, or have been authorized by the respective owner.
</p>
<h3>
<h3>
</section>
</div>

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />

View File

@ -4,7 +4,7 @@
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<html lang="en">
<head>
<title>NewPipe e.V.</title>
<meta charset="utf-8" />
@ -56,6 +56,7 @@
<p>
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.<br />
The logged lines contain the following information:
</p>
<ul class="standard-list">
<li>the IP address that was used to make the request</li>
<li>a timestamp</li>
@ -67,10 +68,9 @@ We need to keep logs of the IP addresses sending requests to our server. As IP a
We calculate prefixes of the IP addresses to anonymize them as follows:<br />
<ul class="standard-list">
<li>For IPv4 addresses, we remove the last two bytes to anonymize them. For example, an IP address such as <pre>12.34.56.78</pre> would be logged as <pre>12.34.0.0.</pre></li>
<li>For IPv6 addresses, we remove all bytes but the first two. For example, an IP address such as <pre>2001:db8:85a3:8d3:1319:8a2e:370:7344</pre> would be logged as <pre>2001:db8:0:0:0:0:0:0<pre> (short <pre>2001:0db8::</pre>).</li>
<li>For IPv6 addresses, we remove all bytes but the first two. For example, an IP address such as <pre>2001:db8:85a3:8d3:1319:8a2e:370:7344</pre> would be logged as <pre>2001:db8:0:0:0:0:0:0</pre> (short <pre>2001:0db8::</pre>).</li>
</ul>
We can not identify users from combinations of the other data. Therefore, we consider our log anonymized.
</p>
</section>
</div>