Skip to content

Commit

Permalink
'#1859 removes old media type modification.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Nov 8, 2023
1 parent de2c4ad commit 757ceab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions iped-app/resources/scripts/tasks/RefineCategoryTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ function process(e){
}
}

if(mime.equals("application/x-chrome-cache-index")) {
if(e.getPath().toLowerCase().contains("gpucache")){
e.setMediaTypeStr("application/x-discord-gpucache-index");
} else {
e.setMediaTypeStr("application/x-discord-index");
}
}

if(/.*(-delta|-flat|-(f|s)[0-9]{3})\.vmdk/i.test(e.getName())){
e.setMediaTypeStr("application/x-vmdk-data");
}
Expand Down

0 comments on commit 757ceab

Please sign in to comment.