Custom filter list deletion?

Everything about using Adblock Plus on Microsoft Edge
Post Reply
noob_sysadmin
Posts: 1
Joined: Wed Jan 10, 2024 1:31 am

Custom filter list deletion?

Post by noob_sysadmin »

We've changed the HTTPS URL where the filter list was hosted and updating the registry entry doesn't delete the old non-existent list in Edge.

How do I go about removing a custom filter list that we'd previously pushed out via GPO and registry?

Image
User avatar
greiner
ABP Developer
Posts: 899
Joined: Mon Sep 03, 2012 5:29 pm
Location: Cologne, Germany

Re: Custom filter list deletion?

Post by greiner »

From what I can see in the source code, I'd recommend setting up a redirect by adding the following line to the old filter list:

Code: Select all

! Redirect: <new-url>
This should cause the extension to replace the existing one with the new one.

If the filter list is no longer online, Adblock Plus should continue to retry the download. Therefore the same could be achieved by us adding the old and new URL to https://gitlab.com/eyeo/filterlists/sub ... /redirects .

Only if the filter list is listed at https://gitlab.com/eyeo/filterlists/sub ... aster/gone, will the filter list be considered "gone" and the extension instructed to replace the filter list with a local copy in order to stop trying to download it (see extension source code).
Post Reply