diff options
| author | 2023-05-25 08:27:52 +0100 | |
|---|---|---|
| committer | 2023-05-25 09:27:52 +0200 | |
| commit | df80913747795e330af5c90e6d1b782b3d6d8f07 (patch) | |
| tree | 07a69cdfa71fa0cefc5bfcab13b3d9a420c6d4a7 /CREDITS.md | |
| parent | 445cc23abdda5767b622d70cf7b5eb5310dcf908 (diff) | |
Fix favicon fetching while using proxies (#5421)
* Fix favicon fetching while using proxies
This ensures that if curl_options are defined in config.php, those
settings are respected while fetching favicons.
Fixes FreshRSS#4951
* Change options priority
* Credits keep alphabticorder
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'CREDITS.md')
| -rw-r--r-- | CREDITS.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CREDITS.md b/CREDITS.md index 159e5d2b7..1f8267244 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -80,6 +80,7 @@ People are sorted by name so please keep this order. * [hoilc](https://github.com/hoilc): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:hoilc) * [ibiruai](https://github.com/ibiruai): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:ibiruai) * [id-konstantin-stepanov](https://github.com/id-konstantin-stepanov): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:id-konstantin-stepanov) +* [Ilias Vrachnis](https://github.com/vrachnis): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:vrachnis) * [Jake Mannens](https://github.com/jakem72360): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:jakem72360) * [Jamie Slome](https://github.com/JamieSlome): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:JamieSlome), [Web](https://418sec.com/) * [Jan Lukas Gernert](https://github.com/jangernert): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:jangernert) |
