ManagedStorage disable subscriptions

Place to exchange experience about rolling out Adblock Plus to many computers, preconfiguring the extension etc.
Post Reply
lioncub
Posts: 10
Joined: Mon Dec 02, 2013 10:01 am

ManagedStorage disable subscriptions

Post by lioncub »

How to remove a subscription in pre configurable setting?
This development-builds/pre-configurable-pre ... -and-above only additional subscriptions.
I want to add a subscription "https://easylist-downloads.adblockplus. ... iendly.txt" in pre configurable json:

Code: Select all

{
	"name": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}",
	"description": "Managed storage manifest for Adblock Plus",
	"type": "storage",
	"data": {
		"suppress_first_run_page": true,
		"additional_subscriptions": [
		  "https://easylist-downloads.adblockplus.org/ruadlist+easylist.txt",
		  "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt",
		  "https://easylist-downloads.adblockplus.org/easyprivacy.txt",
		  "https://easylist-downloads.adblockplus.org/fanboy-social.txt",
		  "https://easylist-downloads.adblockplus.org/exceptionrules-privacy-friendly.txt"
		]
	}
}
but in fact they only add: How to remove a subscription "https://easylist-downloads.adblockplus. ... nrules.txt"?
Or how to remove all subscriptions except those in pre configurable setting?
Bhondawe30
Posts: 11
Joined: Fri Nov 29, 2019 12:13 pm
Location: Aurangabad
Contact:

Re: ManagedStorage disable subscriptions

Post by Bhondawe30 »

You have shared the excellence code.
Gopal9877
Posts: 1
Joined: Wed Mar 25, 2020 1:07 pm
Contact:

Re: ManagedStorage disable subscriptions

Post by Gopal9877 »

Great Information was very useful for me ...
Post Reply