[MM-59543] Disallow use of file: protocol in the app, remove all references to it, add mattermost-desktop: protocol to read local files (#3095)
This commit is contained in:
@@ -158,7 +158,7 @@ module.exports = merge(base, {
|
||||
test: /\.mp3$/,
|
||||
type: 'asset/inline',
|
||||
}, {
|
||||
test: /\.(svg|gif)$/,
|
||||
test: /\.(svg|gif|jpg)$/,
|
||||
type: 'asset/resource',
|
||||
}, {
|
||||
test: /\.(eot|ttf|woff|woff2)?(\?v=[0-9]\.[0-9]\.[0-9])?$/,
|
||||
|
Reference in New Issue
Block a user