Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix domain matching in readme examples
Update the suggested regex patterns for subdomains: - subdomains only: Checking for `^.*` before a period is unnecessary. - domain and subdomains: the suggested pattern should have only matched example.com and *.example.com, but it actually allowed myexample.com. Fix the pattern.
- Loading branch information