stealth edit
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 22:51:38 +0000 (17:51 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sun, 13 Feb 2022 22:51:38 +0000 (17:51 -0500)
src/jvmMain/kotlin/starshipfights/info/views_main.kt

index 05a1fda1416cf344e6926290de52b7a7a2202458..b208ffa40a989340716d454d5b3ee6447acdd645 100644 (file)
@@ -113,7 +113,7 @@ suspend fun ApplicationCall.aboutPage(): HTML.() -> Unit {
                        }
                        h2 { +"Who Can't See It" }
                        p {
-                               +"We protect your data by a combination of requiring TLS-secured HTTP connections, and not allowing public access to the database; it's accessible only by the localhost network adapter. The database is accessed by the database administrator via SSH tunnelling secured by a private key, making it also infeasible to break in to."
+                               +"We protect your data by a combination of requiring TLS-secured HTTP connections, and keeping the database's port only open on 127.0.0.1, i.e. no one outside of the server's local machine can even connect to the database, much less access the data on it."
                        }
                        h2 { +"When Was This Written" }
                        dl {