Browse Source

Firefox: handle nsIContentPolicy.TYPE_IMAGESET

https://bugzil.la/1055750
pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
b93759e2f9
  1. 3
      platform/firefox/vapi-background.js

3
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: [{}, {}],

Loading…
Cancel
Save