Skip to content

Commit

Permalink
Appview: permit redirects during blob resolution (bluesky-social#3370)
Browse files Browse the repository at this point in the history
appview: permit redirects during blob resolution
  • Loading branch information
devinivy authored Jan 15, 2025
1 parent 07f11d3 commit c6c8686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bsky/src/api/blob-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export async function streamBlob(
path: url.pathname + url.search,
headers,
signal: options.signal,
maxRedirections: 10,
},
(upstream) => {
headersReceived = true
Expand Down

0 comments on commit c6c8686

Please sign in to comment.