diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml index e8ad90e0b..442e04b17 100644 --- a/.mdox.validate.yaml +++ b/.mdox.validate.yaml @@ -46,6 +46,9 @@ validators: # Ignore all istio.io URLs because of http request timeout. - regex: 'istio.io' type: ignore + # Medium rejects bot's requests. + - regex: 'medium.com' + type: ignore # Use the githubPullsIssues validator to avoid rate-limiting. - regex: '(^http[s]?:\/\/)(www\.)?(github\.com\/)prometheus-operator\/prometheus-operator(\/pull\/|\/issues\/)' type: githubPullsIssues