-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Allow for status checks to non-HTTPS content #182
Conversation
✔️ Deploy Preview for dashy-dev ready! 🔨 Explore the source changes: f343af3 🔍 Inspect the deploy log: https://app.netlify.com/sites/dashy-dev/deploys/6128083e6e597b000756390d 😎 Browse the preview: https://deploy-preview-182--dashy-dev.netlify.app/ |
Changes preview: |
✔️ Deploy Preview for dashy-dev ready! 🔨 Explore the source changes: ff663f8 🔍 Inspect the deploy log: https://app.netlify.com/sites/dashy-dev/deploys/61294206bfebbd00076e7b92 😎 Browse the preview: https://deploy-preview-182--dashy-dev.netlify.app/ |
Still to do
🌃 Will finish this tomorrow evening... |
Closes Lissy93#182 Signed-off-by: Bjorn Lammers <[email protected]>
Category: Feature
Overview
By default, requests to insecure or non-HTTPS content should be blocked. This will likely cause the status check to fail. This PR adds an option for the user to disable this security measure for an individual endpoint, if they trust it. This is done by setting
statusCheckAllowInsecure: true
Also:
Issue Number #181
New Vars (if applicable)
item[n].statusCheckAllowInsecure
- Optionalboolean
- If set totrue
, then security checking is disabled.Screenshot N/A
Code Quality Checklist (Please complete)