From 1dfbe37b1f2c3c0b0e0667a655c8347ffb13ddca Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Tue, 18 Jul 2023 14:41:54 +0200 Subject: [PATCH] Add patch to linkchecker --- patches/d10.json | 3 +++ patches/d9.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/patches/d10.json b/patches/d10.json index 39ed097..acd647c 100644 --- a/patches/d10.json +++ b/patches/d10.json @@ -162,6 +162,9 @@ "drupal/link_attributes": { "#3050455 Array ri string conversion": "https://www.drupal.org/files/issues/2019-04-24/3050455-2.link_attributes.Array-to-string-conversion-in-DrupalCoreTemplateAttributeArraytoString.patch" }, + "drupal/linkchecker": { + "#3375253 Alter request header": "https://git.drupalcode.org/project/linkchecker/-/merge_requests/47.diff" + }, "drupal/linkit": { "#3022261 Support anchors": "https://www.drupal.org/files/issues/2021-10-15/3022261_linkit_add-better-support-for-linking-to-anchors_22.patch" }, diff --git a/patches/d9.json b/patches/d9.json index f6f35d7..c12d26b 100644 --- a/patches/d9.json +++ b/patches/d9.json @@ -166,6 +166,9 @@ "drupal/link_attributes": { "#3050455 Array ri string conversion": "https://www.drupal.org/files/issues/2019-04-24/3050455-2.link_attributes.Array-to-string-conversion-in-DrupalCoreTemplateAttributeArraytoString.patch" }, + "drupal/linkchecker": { + "#3375253 Alter request header": "https://git.drupalcode.org/project/linkchecker/-/merge_requests/47.diff" + }, "drupal/linkit": { "#3022261 Support anchors": "https://www.drupal.org/files/issues/2021-10-15/3022261_linkit_add-better-support-for-linking-to-anchors_22.patch" }, -- GitLab