From 0e22af516ff27fbebc47913b3c624716c49c72f2 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Fri, 20 Mar 2015 13:52:01 +0100 Subject: [PATCH] Firefox: handle nsIContentPolicy.TYPE_IMAGESET https://bugzil.la/1055750 --- platform/firefox/vapi-background.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 6bba48999..97c2754cf 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1002,7 +1002,8 @@ var httpObserver = { 7: 'sub_frame', 11: 'xmlhttprequest', 12: 'object', - 14: 'font' + 14: 'font', + 21: 'image' }, lastRequest: [{}, {}],