Skip to content

Commit 024b629

Browse files
committed
fix: add mozilla foundation site to url_ignores
https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/ currently 403s then redirects. Signed-off-by: jmeridth <[email protected]>
1 parent 187d7d2 commit 024b629

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/html-proofer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +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
"https://pages.18f.gov/open-source-guide/making-readmes-readable/",
12+
"https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/",
1213
%r{^https?://readwrite\.com/2014/10/10/open-source-diversity-how-to-contribute/},
1314
%r{^https?://twitter\.com/},
1415
%r{^https?://(www\.)?kickstarter\.com/},

0 commit comments

Comments
 (0)