mirror of https://github.com/gorhill/uBlock.git
this addresses #1228
This commit is contained in:
parent
bd96aa7ea3
commit
8718938866
|
@ -5,7 +5,7 @@
|
||||||
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
146704ad1c0393e342afdb416762c183 assets/ublock/badware.txt
|
||||||
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
5baa90e2da7cd6a73edff2010557ee57 assets/ublock/redirect.txt
|
||||||
a2c0edc2da6a2ba591d83f9a105a8401 assets/ublock/experimental.txt
|
a2c0edc2da6a2ba591d83f9a105a8401 assets/ublock/experimental.txt
|
||||||
ee35fb6b1cb863410e6c96734c7e6bdb assets/ublock/resources.txt
|
cd56e9fecd5cde08a936615833aa20b7 assets/ublock/resources.txt
|
||||||
04a27507388e91e924cabf1d2e88557c assets/ublock/filter-lists.json
|
04a27507388e91e924cabf1d2e88557c assets/ublock/filter-lists.json
|
||||||
50573388b525ede1a920cd4b4ee7fbf0 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
50573388b525ede1a920cd4b4ee7fbf0 assets/thirdparties/easylist-downloads.adblockplus.org/easyprivacy.txt
|
||||||
61cc16cf02e034370f0f47bc17c46551 assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
61cc16cf02e034370f0f47bc17c46551 assets/thirdparties/easylist-downloads.adblockplus.org/easylist.txt
|
||||||
|
|
|
@ -631,3 +631,8 @@ widgets.outbrain.com/outbrain.js application/javascript
|
||||||
};
|
};
|
||||||
window.OBR = window.OBR || obr;
|
window.OBR = window.OBR || obr;
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
||||||
|
# https://github.com/gorhill/uBlock/issues/1228
|
||||||
|
window.name-defuser application/javascript
|
||||||
|
window.name = null;
|
||||||
|
|
Loading…
Reference in New Issue