From ecdb63c33582963be055472a056c8e3e445fb5bf Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 5 Mar 2025 16:45:06 +0100 Subject: Fix regression cURL HTTP headers (#7403) * Fix regression cURL HTTP headers fix https://github.com/FreshRSS/FreshRSS/issues/6712#issuecomment-2697961491 We would sometimes wrongly override the default HTTP headers of SimplePie https://github.com/FreshRSS/simplepie/pull/33 https://github.com/simplepie/simplepie/pull/912 * Sync SimplePie https://github.com/FreshRSS/simplepie/pull/33 --- lib/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/composer.json') diff --git a/lib/composer.json b/lib/composer.json index daa49bf26..c8cea3715 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -14,7 +14,7 @@ "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "v1.3.0", "phpmailer/phpmailer": "6.9.3", - "simplepie/simplepie": "dev-freshrss#dd86e5e9efb8d082ebd214b81cc5aa746f02fc26" + "simplepie/simplepie": "dev-freshrss#d7e513f3366b8f26fd32643544f839d0a789abe8" }, "config": { "sort-packages": true, -- cgit v1.2.3