From 3d514c71acc5596e9aa851cc2bdb0ef24115f5d1 Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Tue, 15 Feb 2022 17:31:12 -0500 Subject: [PATCH] Update Privacy Policy 2 --- src/jvmMain/kotlin/starshipfights/info/views_main.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jvmMain/kotlin/starshipfights/info/views_main.kt b/src/jvmMain/kotlin/starshipfights/info/views_main.kt index fae0dd5..bb31c13 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_main.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_main.kt @@ -83,11 +83,11 @@ suspend fun ApplicationCall.aboutPage(): HTML.() -> Unit { dd { +"This is associated with your session data as a layer of security, so that if someone were to (somehow) steal your session token and put it into their browser, that person wouldn't be logged in as you, since the User-Agent would probably be different." } - dt { +"Your public-facing IP address" } + dt { +"Your public-facing IP address (opt-in)" } dd { +"This is associated with your sessions, so that it may be displayed to you when you look at your currently logged-in sessions on your " a(href = "/me/manage") { +"User Preferences" } - +" page, so that you can log out of a session if you don't recognize its IP address. You may opt out of the site's collection and storage of your IP address on that same page." + +" page, so that you can log out of a session if you don't recognize its IP address. You may opt in to the site's collection and storage of your IP address on that same page." } dt { +"The date and time of your last activity" } dd { -- 2.25.1