From 5b424b7d485ea80289ef7b41cafa20aab78a813a Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Sun, 13 Feb 2022 17:52:32 -0500 Subject: [PATCH] stealth edit 2 --- 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 b208ffa..a9bcd7b 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 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." + +"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 stored inside of it." } h2 { +"When Was This Written" } dl { -- 2.25.1