We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94791e0 commit cf0427eCopy full SHA for cf0427e
js/cloudopt-adblock.js
@@ -37,7 +37,7 @@ cloudopt.adblock = (function(cloudopt) {
37
filterRulesUrl: 'https://cdn.cloudopt.net/filters/chromium/{filter_id}.txt'
38
};
39
40
- configuration.whitelistAds[configuration.whitelistAds.length] = "*.cloudopt.net";
+ configuration.whitelist[configuration.whitelist.length] = "*.cloudopt.net";
41
42
if (cloudoptConfig.safePrivacy) {
43
configuration.filters[configuration.filters.length] = 3;
0 commit comments