diff options
| author | 2024-09-21 15:41:14 +0200 | |
|---|---|---|
| committer | 2024-09-21 15:41:14 +0200 | |
| commit | 7b2e87fd33e6c1ddc052c88c5f95ba9672e5e74b (patch) | |
| tree | 3306273c2edb47617ed57cb8792d0a57ea354f10 /lib/composer.json | |
| parent | e9398f3f8cb703ec68422509ff50c97beae83c4d (diff) | |
Remove HTTP Referer (#6822)
* Remove HTTP Referer
https://github.com/FreshRSS/simplepie/pull/27
https://github.com/FreshRSS/FreshRSS/pull/6523
fix https://github.com/FreshRSS/FreshRSS/issues/6811
https://github.com/simplepie/simplepie/issues/224
* Bump SimplePie commit
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 67eb3518a..e2d77fa06 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -18,7 +18,7 @@ "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "dev-master#45f3ac151fc21d459e2515c3aff97cd4bf877bf8", "phpmailer/phpmailer": "6.9.1", - "simplepie/simplepie": "dev-freshrss#7090eedb1358d95c002282a645ef915d5ce55c56" + "simplepie/simplepie": "dev-freshrss#e041dacffc6e29979437d1545773a3e0f716c486" }, "config": { "sort-packages": true, |
