eulaurarien/regexes.py

10 lines
121 B
Python
Raw Normal View History

2019-11-10 17:14:25 +00:00
#!/usr/bin/env python3
"""
List of regex matching first-party trackers.
"""
REGEXES = [
r'^.+\.eulerian\.net\.$'
]