From 6a413fec6e70cde8762a8310d04d03842c4563b1 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 5 Mar 2022 10:43:41 +0100 Subject: [PATCH] add security txt --- src/routes/.well-known/security.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/routes/.well-known/security.txt diff --git a/src/routes/.well-known/security.txt b/src/routes/.well-known/security.txt new file mode 100644 index 0000000..e053ec1 --- /dev/null +++ b/src/routes/.well-known/security.txt @@ -0,0 +1,5 @@ +# Hey there. +# I don't think there's a valid vulnerability given this website is static, but I still put the file here just in case +Contact: mailto:danbulant@danbulant.eu +Preferred-Languages: en, cs +Canonical: https://danbulant.eu/.well-known/security.txt \ No newline at end of file