]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
knowledge_graph: update urls
authorMarc Foley <m.foley.88@gmail.com>
Tue, 12 Mar 2024 10:54:14 +0000 (10:54 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Tue, 12 Mar 2024 10:54:14 +0000 (10:54 +0000)
.github/workflows/knowledge_graph.py

index b42306c388624dd25292bb491f4e5956b862989b..dfad7d23e5d169ce0fa0390ec3c5792424c49f5b 100644 (file)
@@ -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