-
Notifications
You must be signed in to change notification settings - Fork 178
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
Support Bot User Agent #392
Conversation
Codecov Report
@@ Coverage Diff @@
## main #392 +/- ##
============================================
+ Coverage 93.77% 93.80% +0.02%
- Complexity 1970 1973 +3
============================================
Files 217 217
Lines 3968 3987 +19
Branches 385 386 +1
============================================
+ Hits 3721 3740 +19
Misses 148 148
Partials 99 99
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -84,4 +84,32 @@ en: | |||
- Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1 | |||
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.10 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.10 | |||
- Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1 | |||
|
|||
bot_user_agent: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could enrich this list using the following pages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to accept this PR, would you be willing to add more bot names?
Thanks for this PR, looks fine! |
Thanks for merging. I will send a pull request to enrich bot user agents if I think it's necessary. |
Support Bot User Agent like faker-ruby/faker#2477 .