Page 1 of 1

ManagedStorage disable subscriptions

Posted: Sat Oct 20, 2018 5:44 pm
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?

Re: ManagedStorage disable subscriptions

Posted: Mon Oct 22, 2018 1:09 pm
by lioncub

Re: ManagedStorage disable subscriptions

Posted: Sat Dec 28, 2019 8:09 am
by Bhondawe30
You have shared the excellence code.

Re: ManagedStorage disable subscriptions

Posted: Wed Mar 25, 2020 1:12 pm
by Gopal9877
Great Information was very useful for me ...