From 8bca27c4e6ec5afc6a50e9f78f0ecac2768c8371 Mon Sep 17 00:00:00 2001 From: ari melody Date: Sun, 3 Dec 2023 03:36:21 +0000 Subject: [PATCH] added security.txt and robots.txt --- public/.well-known/security.txt | 11 +++++++++++ public/robots.txt | 14 ++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 public/.well-known/security.txt create mode 100644 public/robots.txt diff --git a/public/.well-known/security.txt b/public/.well-known/security.txt new file mode 100644 index 0000000..bd7179c --- /dev/null +++ b/public/.well-known/security.txt @@ -0,0 +1,11 @@ +# thanks for the tip! ^_~ +Contact: mailto:ari@arimelody.me + +# five years from the date of creation, for good measure! +Expires: 2028-12-03T12:00:00.000Z + +# please use pgp encryption for anything you don't want in plain-text! +Encryption: https://www.arimelody.me/keys/ari%20melody_0x92678188_public.asc + +# i usually speak english, and not much else! +Preferred-Languages: en \ No newline at end of file diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..37103de --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,14 @@ +User-agent: * +Disallow: /nobot/ +Disallow: /private/ + +User-agent: GPTBot +Disallow: / +User-agent: ChatGPT-User +Disallow: / + +User-agent: Google-Extended +Disallow: / + +User-agent: CCBot +Disallow: / \ No newline at end of file