blob:// csv download

Everything about using Adblock Plus on Google Chrome
Post Reply
miggydog
Posts: 1
Joined: Sat Mar 31, 2018 6:43 pm

blob:// csv download

Post by miggydog »

we are using the ng-csv angularJS extension to generate CSV data downloads on our website.

Code: Select all

https://github.com/asafdav/ng-csv
Recently (in the past few weeks) our users started being prevented from downloading CSV copies of their reports. We did some research and found that by disabling ABP they were able to download the files. More concerning than the change is there is no pop up indicating anything was blocked.

You can see a live example of the ng-csv download not working by pressing the export to CSV here

Code: Select all

https://asafdav.github.io/ng-csv/example/
Try it with and without the ABP plugin enabled.

Can this be fixed on the ABP side or any recommendations for how to server the data differently?

thanks for your help!
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: blob:// csv download

Post by mapx »

report here:
https://github.com/easylist/easylist/issues

triggered filter:

Code: Select all

|blob:$popup
Post Reply