Skip to content

Commit

Permalink
Revert "Kludge to support application/pdf"
Browse files Browse the repository at this point in the history
This reverts commit bccf13c.
  • Loading branch information
Simon Roberts committed May 29, 2017
1 parent bccf13c commit a62c7de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/models/http/httpProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ function create (logger) {
return true;
}

if (contentType === 'application/pdf') {
return true;
}

return ['audio', 'image', 'video'].some(function (typeName) {
return contentType.indexOf(typeName) === 0;
});
Expand Down

0 comments on commit a62c7de

Please sign in to comment.