1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

Firefox: handle nsIContentPolicy.TYPE_IMAGESET

https://bugzil.la/1055750
This commit is contained in:
Deathamns 2015-03-20 13:52:01 +01:00 committed by gorhill
parent 687e9d84a9
commit b93759e2f9

View file

@ -1002,7 +1002,8 @@ var httpObserver = {
7: 'sub_frame',
11: 'xmlhttprequest',
12: 'object',
14: 'font'
14: 'font',
21: 'image'
},
lastRequest: [{}, {}],