include feedback from MS
This commit is contained in:
23
src/index.rs
23
src/index.rs
@@ -63,7 +63,7 @@ pub(super) async fn data(cookies: CookieJar, headers: HeaderMap) -> Markup {
|
||||
h1 { (t!("privacy_policy_title")) }
|
||||
h2 { (t!("data_controller")) }
|
||||
p {
|
||||
a href="https://www.digidow.eu/impressum/" target="_blank" { (t!("see_impressum")) }
|
||||
(PreEscaped(t!("data_controller_info")))
|
||||
}
|
||||
h2 { (t!("overview")) }
|
||||
p {
|
||||
@@ -102,6 +102,7 @@ pub(super) async fn data(cookies: CookieJar, headers: HeaderMap) -> Markup {
|
||||
ul {
|
||||
li { (t!("game_functionality")) }
|
||||
li { (t!("language_preference")) }
|
||||
li { (t!("statistical_analysis")) }
|
||||
}
|
||||
h2 { (t!("data_retention")) }
|
||||
p {
|
||||
@@ -111,6 +112,26 @@ pub(super) async fn data(cookies: CookieJar, headers: HeaderMap) -> Markup {
|
||||
p {
|
||||
(t!("data_sharing_description"))
|
||||
}
|
||||
h2 { (t!("server_logfiles")) }
|
||||
p {
|
||||
(t!("server_logfiles_description"))
|
||||
}
|
||||
h2 { (t!("data_security")) }
|
||||
p {
|
||||
(t!("data_security_description"))
|
||||
}
|
||||
h2 { (t!("minors")) }
|
||||
p {
|
||||
(t!("minors_description"))
|
||||
}
|
||||
h2 { (t!("data_protection_officer")) }
|
||||
p {
|
||||
(PreEscaped(t!("data_protection_officer_contact_full")))
|
||||
}
|
||||
h2 { (t!("data_collection_timing")) }
|
||||
p {
|
||||
(t!("data_collection_timing_description"))
|
||||
}
|
||||
h2 { (t!("your_rights_gdpr")) }
|
||||
p {
|
||||
(t!("rights_description"))
|
||||
|
Reference in New Issue
Block a user