We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
referrerPolicy
1 parent 4236181 commit d9c2b5cCopy full SHA for d9c2b5c
packages/bun/src/transports/index.ts
@@ -15,7 +15,6 @@ export function makeFetchTransport(options: BunTransportOptions): Transport {
15
const requestOptions: RequestInit = {
16
body: request.body,
17
method: 'POST',
18
- referrerPolicy: 'origin',
19
headers: options.headers,
20
};
21
packages/vercel-edge/src/transports/index.ts
@@ -83,7 +83,6 @@ export function makeEdgeTransport(options: VercelEdgeTransportOptions): Transpor
83
84
85
86
87
88
...options.fetchOptions,
89
0 commit comments