From 19cb4b62b076887841502b477e32883fbba13376 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 2 Jun 2021 09:12:02 +0100 Subject: [PATCH] Docs: add security-related response headers --- docs/firebase.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/firebase.json b/docs/firebase.json index 5ba9f56c..cf0a9b4e 100644 --- a/docs/firebase.json +++ b/docs/firebase.json @@ -14,10 +14,9 @@ { "source": "**", "headers": [ - { - "key": "Cache-Control", - "value": "max-age=86400" - } + { "key": "Cache-Control", "value": "max-age=86400" }, + { "key": "X-Content-Type-Options", "value": "nosniff" }, + { "key": "X-Frame-Options", "value": "SAMEORIGIN" } ] } ],