X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2Ffilebackend%2FFileBackendStore.php;h=9bfdbe8cd6daee72b6248ce7080137564858314c;hp=e2f7886c1aa122e0f68985c8ef4f72a5f9ab97ea;hb=203cedd029e42bd3c55e50a9cff6f14373d8aa67;hpb=967ead16680077f4734ba668cd4104c789a3b9ff diff --git a/includes/libs/filebackend/FileBackendStore.php b/includes/libs/filebackend/FileBackendStore.php index e2f7886c1a..9bfdbe8cd6 100644 --- a/includes/libs/filebackend/FileBackendStore.php +++ b/includes/libs/filebackend/FileBackendStore.php @@ -19,7 +19,6 @@ * * @file * @ingroup FileBackend - * @author Aaron Schulz */ use Wikimedia\Timestamp\ConvertibleTimestamp; @@ -1250,7 +1249,7 @@ abstract class FileBackendStore extends FileBackend { * @return array */ protected function sanitizeOpHeaders( array $op ) { - static $longs = [ 'content-disposition', 'x-content-dimensions' ]; + static $longs = [ 'content-disposition' ]; if ( isset( $op['headers'] ) ) { // op sets HTTP headers $newHeaders = [];