in scripts/validate-urls.py [0:0]
def should_skip(url): for p in WHITE_LIST: if p.match(url): return True return False