From c68f2769ae13d1e4b250bd670d1d875014f5c05a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 17 Jul 2023 23:50:40 +0200 Subject: lets actully sign security.txt --- src/wellknown.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/wellknown.rs') diff --git a/src/wellknown.rs b/src/wellknown.rs index 9c9bc1c..c61f52f 100644 --- a/src/wellknown.rs +++ b/src/wellknown.rs @@ -31,8 +31,5 @@ pub fn r_wellknown_matrix_server() -> Cors { #[get("/.well-known/security.txt")] pub fn r_wellknown_security() -> &'static str { - r#"# In can case you found a security vulnerability in my services and want to disclose them privately, use the information below. -Contact: https://metamuffin.org/contact -Encryption: https://metamuffin.org/key.asc - "# + include_str!("../assets/security.txt.asc") } -- cgit v1.2.3-70-g09d2