From 480fdf21ebe2f9a9f458619734ee0d9e8856f83b Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Tue, 7 Jan 2025 09:19:10 +0000 Subject: [PATCH] ci: add epicgames url to whitelist --- .github/workflows/knowledge_graph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/knowledge_graph.py b/.github/workflows/knowledge_graph.py index 975f1af8c4..38bddbf58a 100644 --- a/.github/workflows/knowledge_graph.py +++ b/.github/workflows/knowledge_graph.py @@ -219,6 +219,7 @@ def _check_outbound_link(url: str): 'webmd.com', "jessicahische.is", "type.method.ac", + "dev.epicgames.com", # Returns a 403 response when using requests ]) # 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. -- 2.47.2