1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00
This commit is contained in:
gorhill 2017-04-01 09:37:59 -04:00
parent b1618632f0
commit ad4b9b7b00

View file

@ -1,7 +1,7 @@
/*******************************************************************************
uMatrix - a browser extension to block requests.
Copyright (C) 2014-2016 The uMatrix/uBlock Origin authors
Copyright (C) 2014-2017 The uMatrix/uBlock Origin authors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -1712,14 +1712,20 @@ var httpObserver = {
5: 'object',
6: 'main_frame',
7: 'sub_frame',
9: 'xbl',
10: 'ping',
11: 'xmlhttprequest',
12: 'object',
13: 'xml_dtd',
14: 'font',
15: 'image',
15: 'media',
16: 'websocket',
17: 'csp_report',
18: 'xslt',
19: 'beacon',
20: 'xmlhttprequest',
21: 'image'
21: 'imageset',
22: 'web_manifest'
},
mimeTypeMap: {
'audio': 15,