mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:35:55 +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() {
|
||||
ob_end_clean();
|
||||
|
||||
$hash = basename($_REQUEST["hash"]);
|
||||
|
||||
if ($hash) {
|
||||
|
||||
Reference in New Issue
Block a user