# HG changeset patch # User Yuriy Izorkin # Date 1711471188 -10800 # Node ID e8b200816108c5bd6bd922ec1580df267aa2a1cd # Parent 28fbf78841dc3cefb8ecc24adeab5510772d3f8c MIME: changed type for rar files to application/vnd.rar. The application/x-rar-compressed type is deprecated and is now replaced by application/vnd.rar [1]. Link for reference: [1] https://www.iana.org/assignments/media-types/application/vnd.rar diff --git a/conf/mime.types b/conf/mime.types --- a/conf/mime.types +++ b/conf/mime.types @@ -51,6 +51,7 @@ types { xlsx; application/vnd.openxmlformats-officedocument.wordprocessingml.document docx; + application/vnd.rar rar; application/vnd.wap.wmlc wmlc; application/wasm wasm; application/x-7z-compressed 7z; @@ -60,7 +61,6 @@ types { application/x-makeself run; application/x-perl pl pm; application/x-pilot prc pdb; - application/x-rar-compressed rar; application/x-redhat-package-manager rpm; application/x-sea sea; application/x-shockwave-flash swf;