mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
Fix #3571 to support image/webp in mitmweb to display previews
This commit is contained in:
parent
67955fad32
commit
c872a5c700
@ -7,7 +7,7 @@ import { MessageUtils } from '../../flow/utils'
|
||||
import CodeEditor from './CodeEditor'
|
||||
|
||||
|
||||
const isImage = /^image\/(png|jpe?g|gif|vnc.microsoft.icon|x-icon)$/i
|
||||
const isImage = /^image\/(png|jpe?g|gif|webp|vnc.microsoft.icon|x-icon)$/i
|
||||
ViewImage.matches = msg => isImage.test(MessageUtils.getContentType(msg))
|
||||
ViewImage.propTypes = {
|
||||
flow: PropTypes.object.isRequired,
|
||||
|
Loading…
Reference in New Issue
Block a user