1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 09:44:59 +12:00

this fixes #18

This commit is contained in:
gorhill 2014-10-26 19:23:56 -04:00
parent 8cb0619687
commit b605f3d4ea
2 changed files with 2 additions and 3 deletions

View file

@ -315,7 +315,7 @@ function changeFilterHandler() {
function syncWithFilters() {
var blocked = ['blocked','allowed'];
var type = ['main_frame','cookie','stylesheet','image','object','script','xmlhttprequest','sub_frame','other'];
var type = ['doc','cookie','css','image','plugin','script','xhr','frame','other'];
var i = blocked.length;
var j;
var display, selector;

View file

@ -601,8 +601,7 @@ var onMessage = function(request, sender, callback) {
hyperlinkAuditingFoiledCounter: µm.hyperlinkAuditingFoiledCounter,
cookieRemovedCounter: µm.cookieRemovedCounter,
localStorageRemovedCounter: µm.localStorageRemovedCounter,
browserCacheClearedCounter: µm.browserCacheClearedCounter,
abpBlockCount: µm.abpBlockCount
browserCacheClearedCounter: µm.browserCacheClearedCounter
};
break;