Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Useful if there is no easy access to environment variables, e.g. on Android.
Goal of the PR
Fixes #8343 (access to ContentDB by HTTP proxy) for systems that can't easily set the corresponding curl env variables.
How does the PR work?
Adds a new setting to configure a curl proxy string
Does it resolve any reported issue?
#8343 (other proxy related issues don't seem to be concerned with only the HTTP traffic). Tangentially related to #15981.
Does this relate to a goal in the roadmap?
Could be seen as UI improvement
If not a bug fix, why is this PR needed? What usecases does it solve?
Accessing the ContentDB from a firewalled network using an existing HTTP proxy.
If you have used an LLM/AI to help with code or assets, you must disclose this.
I guess an LLM would have come up with more or less the exact same change, but I didn't try one.
To do
This PR is Ready for Review.
How to test