From e806e0ba05acb727a9589ec7ad5fc7feae342f78 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 2 Jul 2024 11:28:55 -0500 Subject: [PATCH] Adding basic security headers. --- public/_headers | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/_headers diff --git a/public/_headers b/public/_headers new file mode 100644 index 0000000..cef87e6 --- /dev/null +++ b/public/_headers @@ -0,0 +1,5 @@ +/* + X-Content-Type-Options: nosniff + X-Frame-Options: DENY + Referrer-Policy: no-referrer + Content-Security-Policy: default-src 'self'; img-src https://*; child-src 'none'; \ No newline at end of file