mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: set fetch redirect option to manual in getStream function
This commit is contained in:
@@ -8,6 +8,7 @@ export const getStream = async function ({
|
||||
try {
|
||||
const streams: Stream[] = [];
|
||||
const response = await fetch(link, {
|
||||
redirect: "manual",
|
||||
headers: {
|
||||
Connection: "Keep-Alive",
|
||||
"User-Agent":
|
||||
|
||||
Reference in New Issue
Block a user