chore: ignore mdox errors for https://www.weave.works (#2348)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2024-02-13 11:25:00 +01:00
committed by GitHub
parent 58b07aac5d
commit 361bc43774

View File

@@ -10,3 +10,7 @@ validators:
# Twitter changed their policy and now returns 403 if not authenticated. We can guarantee this link since we own the account. # Twitter changed their policy and now returns 403 if not authenticated. We can guarantee this link since we own the account.
- regex: 'https:\/\/twitter.com\/PromOperator' - regex: 'https:\/\/twitter.com\/PromOperator'
type: "ignore" type: "ignore"
# the www.weave.works domain returns 404 for many pages.
# Ignoring for now but we need remove the related content if it persists.
- regex: 'https:\/\/www.weave.works.*'
type: "ignore"