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

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