diff --git a/phpBB/phpbb/file_downloader.php b/phpBB/phpbb/file_downloader.php index c73983f464..0dcb3e5854 100644 --- a/phpBB/phpbb/file_downloader.php +++ b/phpBB/phpbb/file_downloader.php @@ -53,7 +53,7 @@ class file_downloader 'timeout' => $timeout, 'headers' => [ 'user-agent' => 'phpBB/' . PHPBB_VERSION, - 'accept' => 'text/html,application/xhtml+xml,application/xml' + 'accept' => '*/*', ], ]); }