From 1585b7e5b3b0ecd46f6ddaf31ba7bdd96b588462 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Thu, 16 May 2024 15:50:53 +0100 Subject: [PATCH] Update excluded-links.js to include `wireguard` (#50648) --- src/links/lib/excluded-links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/links/lib/excluded-links.js b/src/links/lib/excluded-links.js index 2638f64f83..1f10425d45 100644 --- a/src/links/lib/excluded-links.js +++ b/src/links/lib/excluded-links.js @@ -74,6 +74,7 @@ export default [ 'https://api.octocorp.ghe.com', 'https://platform.openai.com/docs/guides/safety-best-practices', 'https://global.rel.tunnels.api.visualstudio.com/api/version', + 'https://www.wireguard.com/quickstart/', ] // Return a regular expression from a URL string that matches the URL