Index: lib/filterListener.js |
=================================================================== |
--- a/lib/filterListener.js |
+++ b/lib/filterListener.js |
@@ -147,16 +147,17 @@ |
{ |
if (!subscription.disabled) |
{ |
hasEnabled = true; |
// Allow snippets to be executed only by the circumvention lists or the |
// user's own filters. |
if (subscription.type == "circumvention" || |
+ subscription.url == "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt" || |
subscription instanceof SpecialSubscription) |
{ |
allowSnippets = true; |
break; |
} |
} |
} |
if (!hasEnabled) |