From: Marc Foley Date: Tue, 12 Mar 2024 10:54:14 +0000 (+0000) Subject: knowledge_graph: update urls X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa84e5b35032671b4ddc071a14b0b39cc7d0da1;p=thirdparty%2Fgoogle%2Ffonts.git knowledge_graph: update urls --- diff --git a/.github/workflows/knowledge_graph.py b/.github/workflows/knowledge_graph.py index b42306c388..dfad7d23e5 100644 --- a/.github/workflows/knowledge_graph.py +++ b/.github/workflows/knowledge_graph.py @@ -218,11 +218,13 @@ def _check_outbound_link(url: str): 'typetura.com', 'webmd.com', "jessicahische.is", + "type.method.ac", ]) # 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([ - "type.method.ac" + # bad SSL cert + "clagnut.com" ]) if urlparse(url).netloc.replace("www.", "") in whitelist | to_fix: return True