Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using `new URL(avatar_url).host` to be able to safely determine the Avatar is from Gravatar. However, we need to first then check that the string startsWith `http(s)` to avoid passing local asset paths from NextJS into `new URL`.
- Loading branch information