eulaurarien/regexes.py
2019-11-10 18:14:25 +01:00

10 lines
121 B
Python

#!/usr/bin/env python3
"""
List of regex matching first-party trackers.
"""
REGEXES = [
r'^.+\.eulerian\.net\.$'
]