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