Skip to content

Commit

Permalink
Merge pull request #238 from TimothyEarley/fix/system-settings-proxy
Browse files Browse the repository at this point in the history
fix: re-enable system properties for theme http client
  • Loading branch information
simonbrowndotje authored Jan 30, 2024
2 parents eb3ddda + a968550 commit ed0a2b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public static void loadThemes(Workspace workspace, int timeoutInMilliseconds) th
cm.setConnectionConfig(connectionConfig);

CloseableHttpClient httpClient = HttpClientBuilder.create()
.useSystemProperties()
.setConnectionManager(cm)
.build();

Expand Down

0 comments on commit ed0a2b4

Please sign in to comment.