scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.07k stars 513 forks source link

Easylist filter doesn't have any effect #745

Open aaaaahaaaaa opened 6 years ago

aaaaahaaaaa commented 6 years ago

Hi,

I've configured my Splash instance to use the Easylist filter and the logs show the rules are correctly loaded at startup.

2018-03-08 15:12:36.204651 [-] Loading filter easylist 2018-03-08 15:12:38.565238 [-] 15799 rule(s) loaded for filter easylist

However, Splash doesn't block several resources from being downloaded when loading a certain page. E.g:

2018-03-08 15:08:06.224889 [network] [139719454374936] GET https://track.strikead.com/web/conv?type=img&target=8921&id=44010

While one (only) seems to be correctly filtered:

2018-03-08 15:08:10.689377 [request_middleware] Filter easylist: dropped 139719454374936 GET https://www.google.fr/ads/ga-

Easylist behaves as expected when used with Adblock Plus in Chrome which leads me to think it's not a rule issue.

Gallaecio commented 4 years ago

Shall we close this in favor of https://github.com/scrapinghub/splash/issues/668?