From: Marc Foley Date: Mon, 11 Mar 2024 11:06:06 +0000 (+0000) Subject: knowledge_graph: update urls X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89378b94ebec76de840d7f4cb447dec36e34b3b4;p=thirdparty%2Fgoogle%2Ffonts.git knowledge_graph: update urls --- diff --git a/.github/workflows/knowledge_graph.py b/.github/workflows/knowledge_graph.py index edc82e0512..b42306c388 100644 --- a/.github/workflows/knowledge_graph.py +++ b/.github/workflows/knowledge_graph.py @@ -216,12 +216,13 @@ def _check_outbound_link(url: str): 'support.google.com', 'twitter.com', 'typetura.com', - 'webmd.com' + 'webmd.com', + "jessicahische.is", ]) # Following urls will be fixed at a later date. If the CI is failing and a suitable # replacement url cannot be found, please add them to this set. to_fix = frozenset([ - "jessicahische.is", + "type.method.ac" ]) if urlparse(url).netloc.replace("www.", "") in whitelist | to_fix: return True