We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035cbb6 commit 19bd204Copy full SHA for 19bd204
_plugins/link-checker.rb
@@ -75,6 +75,9 @@ class CheckTypes
75
'www.base64decode.org', # 403s on bots
76
'docs.docker.com', # 403s on bots,
77
'docs-vizlib.insightsoftware.com', # 403s on bots,
78
+ 'medium.com', # 403s on bots
79
+ 'elastic.co', # 406s on bots
80
+ 'www.elastic.co', # 406s on bots
81
'example.issue.link' # a fake example link from the template
82
]
83
0 commit comments