Add more reference links
This commit is contained in:
parent
89f9a1f706
commit
87f8eefc7d
33
about.xhtml
33
about.xhtml
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - About -->
|
<!-- Inferencium - Website - About -->
|
||||||
<!-- Version: 7.0.0-alpha.9 -->
|
<!-- Version: 7.0.0-alpha.10 -->
|
||||||
|
|
||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -206,10 +206,12 @@
|
|||||||
<li>All server logs purged every 14 days</li>
|
<li>All server logs purged every 14 days</li>
|
||||||
<li>User IP addresses used only for security and debugging
|
<li>User IP addresses used only for security and debugging
|
||||||
purposes (purged along with logs)</li>
|
purposes (purged along with logs)</li>
|
||||||
<li>All connections made via TLS 1.3 (TLS 1.2 and older are
|
<li>All connections made via
|
||||||
unsupported) to ensure the most secure AEAD ciphers are used,
|
<a href="https://wikipedia.org/wiki/Transport_Layer_Security#TLS_1.3">TLS 1.3</a>
|
||||||
along with forward secrecy (each connection uses a different key
|
only to ensure the most secure
|
||||||
to previous connections)</li>
|
<a href="https://wikipedia.org/wiki/Authenticated_encryption">AEAD</a>
|
||||||
|
ciphers are used, along with
|
||||||
|
<a href="https://wikipedia.org/wiki/Forward_secrecy">forward secrecy</a></li>
|
||||||
<li>All connections made via high-security AEAD ciphers,
|
<li>All connections made via high-security AEAD ciphers,
|
||||||
preferring AES-256-GCM for devices with AES
|
preferring AES-256-GCM for devices with AES
|
||||||
hardware-acceleration, and ChaCha20-Poly1305 for devices without
|
hardware-acceleration, and ChaCha20-Poly1305 for devices without
|
||||||
@ -220,17 +222,22 @@
|
|||||||
protocols, preferring X25519, with secp256r1 as a fallback
|
protocols, preferring X25519, with secp256r1 as a fallback
|
||||||
(secp256r1 is mandated for TLS 1.3 by
|
(secp256r1 is mandated for TLS 1.3 by
|
||||||
<a href="https://datatracker.ietf.org/doc.html/rfc8446#section-9.1">IETF RFC8446 section 9.1</a>)</li>
|
<a href="https://datatracker.ietf.org/doc.html/rfc8446#section-9.1">IETF RFC8446 section 9.1</a>)</li>
|
||||||
<li>DNSSEC implemented to provide a root-of-trust for encryption
|
<li><a href="https://wikipedia.org/wiki/Domain_Name_System_Security_Extensions">Domain Name System Security Extensions (DNSSEC)</a>
|
||||||
and authentication for domain and server configuration</li>
|
enabled to provide a root-of-trust for encryption and
|
||||||
<li>Certificate Authority Authorization (CAA) records enabled to
|
authentication for domain and server configuration</li>
|
||||||
prevent all certificate authorities other than Let's Encrypt
|
<li><a href="https://wikipedia.org/wiki/DNS_Certification_Authority_Authorization">Certificate Authority Authorization (CAA)</a>
|
||||||
from issuing TLS certificates for my domains</li>
|
records enabled to prevent all certificate authorities other
|
||||||
<li>Secure Shell fingerprint (SSHFP) records enabled to provide
|
than
|
||||||
a DNS-based root-of-trust for SSH connections to my domains</li>
|
<a href="https://letsencrypt.org/">Let's Encrypt</a> from
|
||||||
|
issuing TLS certificates for my domains</li>
|
||||||
|
<li><a href="https://wikipedia.org/wiki/SSHFP_record">Secure Shell fingerprint (SSHFP)</a>
|
||||||
|
records enabled to provide a DNS-based root-of-trust for SSH
|
||||||
|
connections to my domains</li>
|
||||||
<li>Referrer headers disabled to prevent knowing where a user
|
<li>Referrer headers disabled to prevent knowing where a user
|
||||||
was redirected from</li>
|
was redirected from</li>
|
||||||
<li>All content sourced from my own domains, with third-party
|
<li>All content sourced from my own domains, with third-party
|
||||||
content prohibited via Content Security Policy
|
content prohibited via
|
||||||
|
<a href="https://wikipedia.org/wiki/Content_Security_Policy">Content Security Policy</a>
|
||||||
configuration</li>
|
configuration</li>
|
||||||
<li>All servers physically under my control (no VPS or other
|
<li>All servers physically under my control (no VPS or other
|
||||||
hosting providers)</li>
|
hosting providers)</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user