Skip to content

Commit

Permalink
Add application/octet-stream to allowed types for theme uploads (#7382)
Browse files Browse the repository at this point in the history
closes #7292 (again)
- fix more uploads
  • Loading branch information
acburdine authored and ErisDS committed Sep 14, 2016
1 parent 774a662 commit 2b07f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/config/index.js
Expand Up @@ -282,7 +282,7 @@ ConfigManager.prototype.set = function (config) {
},
themes: {
extensions: ['.zip'],
contentTypes: ['application/zip', 'application/x-zip-compressed']
contentTypes: ['application/zip', 'application/x-zip-compressed', 'application/octet-stream']
}
},
deprecatedItems: ['updateCheck', 'mail.fromaddress'],
Expand Down

0 comments on commit 2b07f7a

Please sign in to comment.