Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusts URL detection to be case insensitive
Per [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3.1), the URL schema (e.g., http:, https:) should be case insensitive. This PR adjusts the URL detection regex to ensure that capitalized schemas (e.g., HTTP, HTTPS) are supported.
- Loading branch information