Docs: add security-related response headers

This commit is contained in:
Lovell Fuller 2021-06-02 09:12:02 +01:00
parent 81ee8bc30f
commit 19cb4b62b0

View File

@ -14,10 +14,9 @@
{ {
"source": "**", "source": "**",
"headers": [ "headers": [
{ { "key": "Cache-Control", "value": "max-age=86400" },
"key": "Cache-Control", { "key": "X-Content-Type-Options", "value": "nosniff" },
"value": "max-age=86400" { "key": "X-Frame-Options", "value": "SAMEORIGIN" }
}
] ]
} }
], ],