PyFunceble: Adblock decoder ignore some portion when decoding

As reported by @dnmTX at https://github.com/Ultimate-Hosts-Blacklist/dev-center/issues/9:

everything with ##[href^=

are ignored.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 76 (36 by maintainers)

Commits related to this issue

Most upvoted comments

Hi @jawz101, I’m writing an improvement but we have to admit, it’s impossible to avoid false positive. That’s why whitelisting is more important than blocking.

Now we have to decide between 2 way:

  • We extract and test all possible domains. or
  • We extract all domains which are (or may be) relevant.

For now, I’m implementing the second way but we may think about the other way in the future or as an extra option.