Merge branch 'v1.8' into add-dapr-version-cmd

This commit is contained in:
Mark Fussell 2022-06-29 14:54:21 -07:00 committed by GitHub
commit fb420ffe0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
{
"globalHeaders": {
"X-Frame-Options": "DENY"
"X-Frame-Options": "DENY"
},
"responseOverrides": {
"404": {
"rewrite": "/404.html",
"statusCode": 404
}
}
}