From 93946e92c910ea213f252da8b2bfe231227d7743 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 7 Apr 2024 23:11:09 +0530 Subject: Added robots.txt --- public/_headers | 6 ++++++ public/_redirects | 0 public/robots.txt | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 public/_headers create mode 100644 public/_redirects create mode 100644 public/robots.txt (limited to 'public') diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..a524037 --- /dev/null +++ b/public/_headers @@ -0,0 +1,6 @@ +/* + X-Frame-Options: DENY + X-Content-Type-Options: nosniff + Referrer-Policy: no-referrer + Permissions-Policy: document-domain=() + Content-Security-Policy: script-src 'self'; frame-ancestors 'none'; diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..e69de29 diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..b5f1e36 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: +Sitemap: https://sudomsg.com/sitemap.xml -- cgit v1.2.3-70-g09d2