Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make all UserAgent checks case-insensitive (#4)
* Handle alternate case for docker and Go user-agents Some docker instances are unable to login through Beyond. That's because the user-agent is spelled with a D instead of a d. Examples of these user-agents include: - Docker-Client/20.10.7 (darwin) - Docker-Client/nerdctl-v0.12.1 (linux) * Update to use ToLower Co-authored-by: LeoChen <[email protected]>
- Loading branch information