Fixed tracker list

newworkflow_parseropti
Geoffrey Frogeye 2019-11-10 23:58:49 +01:00
parent 0df749f1e0
commit 333ae4eb66
1 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,8 @@ List of regex matching first-party trackers.
"""
REGEXES = [
r'^.+\.eulerian\.net\.$'
r'^.+\.criteo\.com\.$'
r'^.+\.keyade\.com\.$'
r'^.+\.eulerian\.net\.$',
r'^.+\.criteo\.com\.$',
r'^.+\.keyade\.com\.$',
r'^.+\.omtrdc\.net\.$',
]