Skip to content

v0.0.10

Choose a tag to compare

@threepointone threepointone released this 16 Sep 18:08
· 74 commits to main since this release
78be0eb

Patch Changes

  • #87 1804446 Thanks @threepointone! - explicitly block javascript: (and other suspicious protocols) in redirect uris

    In #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.