Bug 158352 - Inconsistent use of proxy
Summary: Inconsistent use of proxy
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Network
  Show dependency treegraph
 
Reported: 2023-11-24 09:06 UTC by Mike Kaganski
Modified: 2023-11-24 14:05 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Kaganski 2023-11-24 09:06:59 UTC
We create Internet connections in many places. However, we don't use proxy configuration consistently. One example is bug 156662 for LanguageTool connector. Also we have the same problem in DeepL translator and cryptography.

Searching for InitCurl_easy (used universally to set up curl in our codebase) gives all the relevant places.
Comment 1 Stéphane Guillou (stragu) 2023-11-24 14:05:52 UTC
Makes sense, thanks Mike.