Skip to content

Commit

Permalink
remove "bak" from binary files extensions list
Browse files Browse the repository at this point in the history
Fix #915
  • Loading branch information
Canop committed Jul 27, 2024
1 parent 1f99401 commit 3d698fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content_type/extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ static BINARY_EXTENSIONS: Set<&'static str> = phf_set! {
"aif", "AIF",
"ap_",
"apk",
"bak", "BAK",
"bin", "BIN",
"bmp", "BMP",
"bzip", "BZIP",
Expand Down

0 comments on commit 3d698fd

Please sign in to comment.