🗃️ Adds statusCheckAllowInsecure to Schema and docs

This commit is contained in:
Alicia Sykes
2021-08-26 22:31:14 +01:00
parent a86ad4fc3c
commit fe57a266f1
2 changed files with 6 additions and 0 deletions

View File

@@ -499,6 +499,11 @@
"statusCheckHeaders": {
"type": "object",
"description": " If you're endpoint requires any specific headers for the status checking, then define them here"
},
"statusCheckAllowInsecure": {
"type": "boolean",
"default": false,
"description": "Allows for running status checks on insecure content/ non-HTTPS apps"
}
}
}