From f6bbdb4d6b481d7dc431d60867d433f497d51cf4 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Tue, 24 Oct 2023 16:43:57 +0100 Subject: [PATCH 1/3] Ignore Google Docs URL --- .lycheeignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.lycheeignore b/.lycheeignore index f09798cb5..b61db8be5 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,5 +1,9 @@ # Preconnect URL for fonts: 404 when the domain itself is accessed. https://fonts.gstatic.com + +# Not accessible without being logged into a Google account with access. +https?://docs\.google\.com/document/d/1tQveWA7NWaHSx0ETR9FcXYxbtNa1NHiqwygVl6XanKw(?:/.*)?$ + # Not accessible without being logged in. https?://github\.com/opensafely/covid-vaccine-effectiveness-research(?:/.*)?$ https?://github\.com/opensafely/rapid-reports(?:/.*)?$ From 52f8ec99b181e408cad7dde9831b89ae551cc51b Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Tue, 24 Oct 2023 16:45:08 +0100 Subject: [PATCH 2/3] Clarify comment --- .lycheeignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lycheeignore b/.lycheeignore index b61db8be5..ae4344f4a 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -4,7 +4,7 @@ https://fonts.gstatic.com # Not accessible without being logged into a Google account with access. https?://docs\.google\.com/document/d/1tQveWA7NWaHSx0ETR9FcXYxbtNa1NHiqwygVl6XanKw(?:/.*)?$ -# Not accessible without being logged in. +# Not accessible without being logged in to GitHub. https?://github\.com/opensafely/covid-vaccine-effectiveness-research(?:/.*)?$ https?://github\.com/opensafely/rapid-reports(?:/.*)?$ https?://github\.com/opensafely/server-instructions(?:/.*)?$ From f8f2b59f05b2a20c6a18e885fa1a78eabe7fd5fd Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Tue, 24 Oct 2023 16:45:16 +0100 Subject: [PATCH 3/3] Make regular expressions more consistent --- .lycheeignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.lycheeignore b/.lycheeignore index ae4344f4a..9e2262a5a 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -8,8 +8,9 @@ https?://docs\.google\.com/document/d/1tQveWA7NWaHSx0ETR9FcXYxbtNa1NHiqwygVl6Xan https?://github\.com/opensafely/covid-vaccine-effectiveness-research(?:/.*)?$ https?://github\.com/opensafely/rapid-reports(?:/.*)?$ https?://github\.com/opensafely/server-instructions(?:/.*)?$ -https://github.com/opensafely/documentation/network/updates -https://github.com/opensafely/research-template/generate +https?://github\.com/opensafely/documentation/network/updates +https?://github\.com/opensafely/research-template/generate + # Block either the GitHub Actions runner or the lychee client. https?://developers\.cloudflare\.com(?:/.*)?$ https?://www\.encepp\.eu(?:/.*)?$