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" } ] } ],