uBlockOrigin / uBOL-home

uBO Lite home (MV3)
GNU General Public License v3.0
1.21k stars 48 forks source link

Estonian filter #162

Closed Furrypaw closed 3 days ago

Furrypaw commented 3 months ago

Possiblity to add https://adblock.ee/list.php as a filter list? Probably requires some convertation to work with uBOL.

gorhill commented 3 months ago

I excluded the list from the compiling script because it comes up empty when fetched from the build script, I don't know the reason:

============================
Listset for 'est-0':
    Fetched local https://adblock.ee/list.php
No valid content for undefined
Input filter count: 0
    Accepted filter count: 0
    Rejected filter count: 0
Output rule count: 0
    Plain good: 0
    Maybe good (regexes): 0
    redirect=: 0
    removeparams= (accepted/discarded): 0/0
    modifyHeaders=: 0
    Unsupported: 0

Same for ara-0.

sander85 commented 1 month ago

Which user agent string is used for this build script? I could check for logs and see why it might not work. I'm guessing WAF is doing some blocking magic...

gorhill commented 1 month ago

A Node's https.get() call is used: https://nodejs.org/api/https.html#httpsgeturl-options-callback.


If I read properly the Node documentation, the agent string is https.globalAgent.

sander85 commented 1 month ago

Hi!

Sorry for the delay. I've migrated the list to GitHub: https://ubol-et.adblock.ee/list.txt - can you access it from there?

gorhill commented 1 month ago

Yes, it works. It will be part of the next uBOL release.