@ponharu/pkgflare 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/worker.js CHANGED
@@ -3116,7 +3116,7 @@ async function fetchJwks() {
3116
3116
  try {
3117
3117
  response = await fetch(githubJwksUrl, {
3118
3118
  headers: { accept: "application/json" },
3119
- redirect: "error",
3119
+ redirect: "manual",
3120
3120
  signal: AbortSignal.timeout(jwksTimeoutMilliseconds)
3121
3121
  });
3122
3122
  } catch {