v0.0.10
Patch Changes
-
#87
1804446Thanks @threepointone! - explicitly block javascript: (and other suspicious protocols) in redirect urisIn #80, we blocked redirects that didn't start with http:// or https:// to prevent xss attacks with javascript: URIs. However this blocked redirects to custom apps like cursor:// et al. This patch now explicitly blocks javascript: (and other suspicious protocols) in redirect uris.