1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-01 16:33:06 +01:00
This commit is contained in:
gorhill 2017-11-12 07:41:55 -05:00
parent 77334bf380
commit 48f65f11d1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -493,9 +493,7 @@ var onMessage = function(request, sender, callback) {
if ( pageStore && pageStore.getNetFilteringSwitch() ) {
response = {
collapseBlocked: µb.userSettings.collapseBlocked,
noCosmeticFiltering:
µb.cosmeticFilteringEngine.acceptedCount === 0 ||
pageStore.noCosmeticFiltering === true,
noCosmeticFiltering: pageStore.noCosmeticFiltering === true,
noGenericCosmeticFiltering:
pageStore.noGenericCosmeticFiltering === true
};