summaryrefslogtreecommitdiff
path: root/src/adblock/adblockrulefallbackimpl.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-02-12 18:00:17 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-02-12 18:00:17 +0100
commita0b97d66203534cda194ea29968232fb5130dbc5 (patch)
tree6786d8d253b70e95a0e51242cf04cdb67d394c20 /src/adblock/adblockrulefallbackimpl.h
parentDouble check (event) filtered window && window list (diff)
downloadrekonq-a0b97d66203534cda194ea29968232fb5130dbc5.tar.xz
Get sure rules with not supported filter options are ignored
Thomas, can you test this and tell us if it is enough? CCMAIL: thomas@tanghus.net
Diffstat (limited to 'src/adblock/adblockrulefallbackimpl.h')
-rw-r--r--src/adblock/adblockrulefallbackimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/adblock/adblockrulefallbackimpl.h b/src/adblock/adblockrulefallbackimpl.h
index 17b89897..7b7b42c1 100644
--- a/src/adblock/adblockrulefallbackimpl.h
+++ b/src/adblock/adblockrulefallbackimpl.h
@@ -51,7 +51,9 @@ private:
QSet<QString> m_whiteDomains;
QSet<QString> m_blackDomains;
+ bool m_unsupported;
bool m_thirdPartyOption;
+ bool m_thirdPartyOptionReversed;
};
#endif // ADBLOCKRULEFALLBACKIMPL_H