We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a293f commit a0c0945Copy full SHA for a0c0945
src/files.rs
@@ -185,6 +185,7 @@ pub(crate) fn guess_content(
185
// See
186
// <https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types/Common_types>
187
// for a list of MIME types.
188
+ "application/x-archive" => return ProbableFileKind::Binary,
189
"application/x-bzip" => return ProbableFileKind::Binary,
190
"application/x-bzip2" => return ProbableFileKind::Binary,
191
"application/x-7zip-compressed" => return ProbableFileKind::Binary,
0 commit comments