From 5e71e787142046f5575175f3e1d6ebafa6e75d22 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:18:01 -0500 Subject: [PATCH] Add openai.com to domains excluded by link checker (#5667) Signed-off-by: Fanit Kolchina --- _plugins/link-checker.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/_plugins/link-checker.rb b/_plugins/link-checker.rb index 340e13f5..5c0e07e8 100644 --- a/_plugins/link-checker.rb +++ b/_plugins/link-checker.rb @@ -63,6 +63,7 @@ module Jekyll::LinkChecker 'playground.opensearch.org', # inifite redirect, https://github.com/opensearch-project/dashboards-anywhere/issues/172 'crates.io', # 404s on bots 'www.cloudflare.com', # 403s on bots + 'openai.com', # 403s on bots 'example.issue.link' # a fake example link from the template ]