diff options
| author | 2025-10-01 23:13:23 +0200 | |
|---|---|---|
| committer | 2025-10-01 23:13:23 +0200 | |
| commit | e27ca6d9dd82404db23155fb3c04c6592ab28377 (patch) | |
| tree | e5e8b69f0178f39c946754f5172667993acbb733 /lib/composer.json | |
| parent | 49c96fe3ec2273309d99cd2a6d4d80332e09557b (diff) | |
SimplePie: apply HTTPS policy also on GUIDs and permalinks (#8037)
* SimplePie: apply HTTPS policy also on GUIDs and permalinks
Fix WordPress duplicates HTTP vs. HTTPS
fix https://github.com/FreshRSS/FreshRSS/issues/5151
* Move code upstream
* https://github.com/simplepie/simplepie/pull/951
* https://github.com/FreshRSS/simplepie/pull/59
Diffstat (limited to 'lib/composer.json')
| -rw-r--r-- | lib/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/composer.json b/lib/composer.json index bc29759fe..ee422ccf3 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.11.1", - "simplepie/simplepie": "dev-freshrss#c1bf1a353dae742977dde34d65e4c89b633a9b47" + "simplepie/simplepie": "dev-freshrss#24cfb0c6d81f81ef110c8257d3464b2649476c77" }, "config": { "sort-packages": true, |
