mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 23:01:29 +00:00
discard gzipped buffer in cache starred image sender method
This commit is contained in:
@@ -39,6 +39,8 @@ class Cache_Starred_Images extends Plugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function image() {
|
function image() {
|
||||||
|
ob_end_clean();
|
||||||
|
|
||||||
$hash = basename($_REQUEST["hash"]);
|
$hash = basename($_REQUEST["hash"]);
|
||||||
|
|
||||||
if ($hash) {
|
if ($hash) {
|
||||||
|
|||||||
Reference in New Issue
Block a user