-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(proxies): use pypac to use PAC file #560
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #560 +/- ##
==========================================
- Coverage 71.00% 70.86% -0.14%
==========================================
Files 47 47
Lines 3135 3158 +23
Branches 671 680 +9
==========================================
+ Hits 2226 2238 +12
- Misses 718 728 +10
- Partials 191 192 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
80bdeb0
to
f0bb8dc
Compare
…le\n-use PAC file from environment variable
1. QDT_PROXY_HTTP 2. System settings ---> pac or raw defined 3. HTTP_PROXY
5476de7
to
bc0d4bc
Compare
Quality Gate passedIssues Measures |
Introduce support for PAC file for proxy definition.
QDT will first try to use
QDT_PROXY_HTTP
environment variable then new environment variableQDT_PAC_FILE
for custom PAC file then system PAC if available.