Skip to content

Commit d280e00

Browse files
committed
script/html-proofer: ignore more Kickstarter URLs.
These are failing in HTML Proofer but working in Safari.
1 parent ca3a43f commit d280e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/html-proofer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url_ignores = [
99
"https://scripts.sil.org/ofl",
1010
"https://the-orbit.net/almostdiamonds/2014/04/10/so-youve-got-yourself-a-policy-now-what/",
1111
%r{^https?://twitter\.com/},
12-
%r{^https?://kickstarter\.com/},
12+
%r{^https?://(www\.)?kickstarter\.com/},
1313
]
1414

1515
HTMLProofer::Runner.new(

0 commit comments

Comments
 (0)