mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-10 16:05:32 -04:00
corrected http headers
This commit is contained in:
+19
-17
@@ -12,11 +12,25 @@
|
|||||||
],
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "**/*",
|
"source": "**",
|
||||||
"headers": [{
|
"headers": [
|
||||||
"key": "X-Content-Type-Options",
|
{
|
||||||
"value": "nosniff"
|
"key": "X-Content-Type-Options",
|
||||||
}]
|
"value": "nosniff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "X-XSS-Protection",
|
||||||
|
"value": "1; mode=block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "X-Frame-Options",
|
||||||
|
"value": "SAMEORIGIN"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "X-DNS-Prefetch-Control",
|
||||||
|
"value": "off"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source" : "**/",
|
"source" : "**/",
|
||||||
@@ -25,21 +39,9 @@
|
|||||||
"key": "Cache-Control",
|
"key": "Cache-Control",
|
||||||
"value": "max-age=3600"
|
"value": "max-age=3600"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "X-Content-Type-Options",
|
|
||||||
"value": "nosniff"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "X-Frame-Options",
|
|
||||||
"value": "SAMEORIGIN"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "X-UA-Compatible",
|
"key": "X-UA-Compatible",
|
||||||
"value": "IE=edge"
|
"value": "IE=edge"
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "X-XSS-Protection",
|
|
||||||
"value": "1; mode=block"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user