mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
[ticket/14285] Don't set cache-control by default
PHPBB3-14285
This commit is contained in:
@@ -119,8 +119,6 @@ class controller
|
||||
*/
|
||||
protected function prepare($file)
|
||||
{
|
||||
$this->response->setPublic();
|
||||
|
||||
$file_info = $this->storage->file_info($file);
|
||||
|
||||
if (!$this->response->headers->has('Content-Type'))
|
||||
|
Reference in New Issue
Block a user