anfragment / zen

Simple, free and efficient ad-blocker and privacy guard for Windows, macOS and Linux
https://zenprivacy.net
MIT License
2.39k stars 60 forks source link

Implement differentiation between "trusted" and "untrusted" filters #147

Open anfragment opened 1 week ago

anfragment commented 1 week ago

Description

Some scriptlet rules (prefixed by trusted-) should only work in "trusted" filters, as they have a potential to disrupt user privacy and security. Thus, we need:

  1. A documented and well thought-through algorithm for deciding which lists should get a "trusted" status.
  2. A code implementation of the concept.