From 0108ff10845b667fff19999e92a83232d9fdc160 Mon Sep 17 00:00:00 2001 From: Chris Halbert Date: Wed, 27 Dec 2023 16:43:08 -0500 Subject: [PATCH] Add exception for reddit. --- script/html-proofer | 1 + 1 file changed, 1 insertion(+) diff --git a/script/html-proofer b/script/html-proofer index 45a74b85e26..2300e120cfc 100755 --- a/script/html-proofer +++ b/script/html-proofer @@ -14,6 +14,7 @@ url_ignores = [ %r{^https://guides\.github\.com/}, %r{^https://help\.github\.com/}, %r{^https://github\.com/}, + %r{^https?://(www\.)?reddit\.com/}, ] HTMLProofer::Runner.new(