Adblock Warning Removal List Disabled By Default??

Posting here is no longer possible, please use the corresponding product forum.
Locked
dg512
Posts: 2
Joined: Fri May 02, 2014 4:36 pm

Adblock Warning Removal List Disabled By Default??

Post by dg512 »

What is the reason for disabling this list by default? Shouldn't there be a preference so that users can decide whether they want it enabled by default or not? As an administrator using mass deployment the current situation is not ideal.

I'm referring to the code in ui.js:

// Add "anti-adblock messages" subscription
let subscription = Subscription.fromURL(Prefs.subscriptions_antiadblockurl);
if (subscription)
{
subscription.disabled = true;
FilterStorage.addSubscription(subscription);
if (subscription instanceof DownloadableSubscription && !subscription.lastDownload)
Synchronizer.execute(subscription);
}
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: Adblock Warning Removal List Disabled By Default??

Post by Gingerbread Man »

Adblock Plus displays a notification and only enables the list if the user confirms.
releases/adblock-plus-251-for-firefox-released
forum/viewtopic.php?f=1&t=16854
dg512 wrote:As an administrator using mass deployment the current situation is not ideal.
Filed https://issues.adblockplus.org/ticket/420

If you want to discuss the issue further, please post in the forum specific to your browser. If you have information to add about the issue, post a comment on the aforementioned issue report. Please don't post things like "+1", "Me too" or "When will this be fixed?".
Locked