From 72ad53ee564b523afe0e3d71c248054c86748638 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Fri, 10 Mar 2023 20:23:14 +0100 Subject: [PATCH] add 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 00000000..1216e42d --- /dev/null +++ b/public/_headers @@ -0,0 +1,5 @@ +/* + X-Frame-Options: DENY + X-XSS-Protection: 1; mode=block + X-Content-Type-Options: nosniff + Referrer-Policy: origin-when-cross-origin