From b93759e2f95302cc07066d52842598ccf39d4eeb 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 95a2d23..98bde98 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: [{}, {}],