-
Notifications
You must be signed in to change notification settings - Fork 258
wip: feat: require HTTPS for all outgoing HTTP requests #2517
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
base: main
Are you sure you want to change the base?
Conversation
|
No issue mentions found. Please mention an issue in the pull request description. Use GitHub automation to close the issue when a PR is merged |
| @@ -1 +0,0 @@ | |||
| sample.sh:2:1: OVERRIDE valid line | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to look at why this was deleted
qlty-config/src/http.rs
Outdated
| { | ||
| return Ok(()); | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to look at removing this exception for localhost / loopback hosts
|
Diff Coverage for ubuntu-latest: The code coverage on the diff in this pull request is 60.0%. Total Coverage for ubuntu-latest: This PR will decrease coverage by 0.01%. File Coverage Changes
🛟 Help
|
|
Diff Coverage for macos-15: The code coverage on the diff in this pull request is 61.0%. Total Coverage for macos-15: This PR will decrease coverage by 0.01%. File Coverage Changes
🛟 Help
|
QLTY_INSECURE_ALLOW_HTTPcan be set totruefor development / testing needs to override this behavior