From c5e5db5a3602bef1a740768e763262d40a39d368 Mon Sep 17 00:00:00 2001 From: Teddy Middleton-Smith Date: Sat, 25 Jan 2025 13:40:19 +0000 Subject: [PATCH] 1. Feat(Security): Patched vulnerabilities exposed by Zaproxy scan. a. Added anti-clickjacking header b. Added robots.txt c. Added sitemap.xml d. Added cache-control header 2. Feat(SEO): Added yandex verification meta tag. --- index.html | 5 +++++ robots.txt | 7 +++++++ sitemap.xml | 25 +++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/index.html b/index.html index 414881a..1f8239a 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,11 @@ Teddy + + + + +