From 8f312dc693dda166c23a87397eee358805b6544c Mon Sep 17 00:00:00 2001 From: Lucas Costi Date: Thu, 3 Nov 2022 23:58:00 +1000 Subject: [PATCH] Add https://jqplay.org to the link checker exclusions (#32304) --- lib/excluded-links.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/excluded-links.js b/lib/excluded-links.js index 0f80af68d3..65d3281956 100644 --- a/lib/excluded-links.js +++ b/lib/excluded-links.js @@ -47,4 +47,5 @@ export default [ 'https://developer.android.com/studio', 'https://lastpass.com/', 'https://lastpass.com/auth/', + 'https://jqplay.org', ]