diff --git a/regexes.py b/regexes.py index bd99f7a..cf8fb67 100644 --- a/regexes.py +++ b/regexes.py @@ -6,4 +6,6 @@ List of regex matching first-party trackers. REGEXES = [ r'^.+\.eulerian\.net\.$' + r'^.+\.criteo\.com\.$' + r'^.+\.keyade\.com\.$' ]