paulgb / BarbBlock

Chrome extension which blocks requests to sites which have used legal threats to remove themselves from other blacklists.
https://ssl.bblck.me
MIT License
639 stars 22 forks source link

List fails to download on AdBlock Plus #25

Closed srsgores closed 7 years ago

srsgores commented 7 years ago

On Adblock Plus for Chrome, I encounter the following error when trying to install barblock:

Failed, download failure

image

paulgb commented 7 years ago

I can reproduce this. It looks like it's the Redirect header that's causing this to fail. ABP is actually requesting the right URL and getting the right response, but then it sees the redirect header and loads the file again, causing it to get into a redirect loop. After a few redirects it gives up.

This differs from the behavior described in the ABP filter docs here. Might be an ABP bug. For now the adblock plus list has never moved so I'm not too worried about having the redirect work, so I've simply removed the Redirect header from the ABP list.

It will take ~60 minutes to propagate to the CDN, if it still doesn't work after that feel free to comment here / reopen this.