-
Notifications
You must be signed in to change notification settings - Fork 59.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blocking some user agents? #17042
Comments
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
This comment was marked as spam.
This comment was marked as spam.
Thanks for opening an issue! We've triaged this issue for technical review by a subject matter expert 👀 |
Can confirm, this looks like an incomplete(1) regular expression:
Please note that the same request blocking also makes the contact form (https://support.github.com/contact/bug-report) unusable: (1) Can any such list be ever complete? (2) |
I'm also not sure what the point of blocking based on user-agents even would be, given that it's a client-supplied header that's readily overridden. |
This comment was marked as spam.
This comment was marked as spam.
Thanks for flagging this problem. I'm going to ask our engineering team to take a look. |
@dopplershift Thanks so much for opening an issue to let us know what you're seeing and I'm sorry you're seeing issues with the docs site! I've opened an internal issue for the team to look at so I'm going to close this now 💛 |
Code of Conduct
What article on docs.github.com is affected?
I know for sure:
I suspect others are impacted. For the pages I've tested, both Sphinx's link checker and even cURL are getting 403's by default when trying to access the page:
gives
The only way I can get it to work is by giving it a full realistic looking user agent (a partial one doesn't even do it):
which gives the expected:
What changes are you suggesting?
I'm not sure if this is intentional or not, but it's keeping me from validating links in my documentation when running even on GitHub Actions.
Additional information
No response
The text was updated successfully, but these errors were encountered: