Removed third-parties from easyprivacy
This commit is contained in:
parent
188a8f7455
commit
1c20963ffd
|
@ -14,8 +14,7 @@ import abp.filters
|
|||
|
||||
|
||||
def get_domains(rule: abp.filters.parser.Filter) -> typing.Iterable[str]:
|
||||
for key, val in rule.options:
|
||||
if key not in ('third-party',):
|
||||
if rule.options:
|
||||
return
|
||||
selector_type = rule.selector['type']
|
||||
selector_value = rule.selector['value']
|
||||
|
|
Loading…
Reference in a new issue