From fe024dc7af45f2c2da65a101b726a490192c885d Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Sun, 13 Feb 2022 17:51:38 -0500 Subject: [PATCH] stealth edit --- src/jvmMain/kotlin/starshipfights/info/views_main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jvmMain/kotlin/starshipfights/info/views_main.kt b/src/jvmMain/kotlin/starshipfights/info/views_main.kt index 05a1fda..b208ffa 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_main.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_main.kt @@ -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 { -- 2.25.1