cloudflare/workers-oauth-provider v0.0.10
cloudflare/workers-oauth-provider
Captured source
source ↗published Sep 16, 2025seen Jun 26captured 2whttp 200method plain
v0.0.10
Repository: cloudflare/workers-oauth-provider
Tag: v0.0.10
Published: 2025-09-16T18:08:13Z
Prerelease: no
Release notes:
Patch Changes
- #87 `1804446` Thanks @threepointone! - explicitly block javascript: (and other suspicious protocols) in redirect uris
In , 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.