Browse Source

Removed third-parties from easyprivacy

newworkflow_parseropti
Geoffrey Frogeye 4 years ago
parent
commit
1c20963ffd
Signed by: geoffrey GPG Key ID: D8A7ECA00A8CD3DD
  1. 5
      adblock_to_domain_list.py

5
adblock_to_domain_list.py

@ -14,9 +14,8 @@ 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',):
return
if rule.options:
return
selector_type = rule.selector['type']
selector_value = rule.selector['value']
if selector_type == 'url-pattern' \

Loading…
Cancel
Save