You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are false negatives - it seems to be that docs.github now requires specific headers or it rejects with 403. Adding this to the checker's config file (rather than excluding the links in question from the check) might fix this
These are false negatives - it seems to be that docs.github now requires specific headers or it rejects with 403. Adding this to the checker's config file (rather than excluding the links in question from the check) might fix this
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
]
The text was updated successfully, but these errors were encountered: