From ad4b9b7b0010b19d5a98fab6eb507be1eafceb03 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 1 Apr 2017 09:37:59 -0400 Subject: [PATCH] fix #746 --- platform/firefox/vapi-background.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index f520b01..f4154be 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -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,