Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 23, 2023
1 parent 1945818 commit c3e93eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export async function sendFetch(

const res = await fetch(url, {
...options,
mode: "same-origin",
headers: normalizeHeaders(options.headers),
});

Expand Down

0 comments on commit c3e93eb

Please sign in to comment.