Skip to content

Commit 3407e2b

Browse files
committed
remove referrerPolicy from auth fetch requests
1 parent b9244a5 commit 3407e2b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/auth/src/api/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ export async function _performApiRequest<T, V>(
153153
{
154154
method,
155155
headers,
156-
referrerPolicy: 'no-referrer',
157156
...body
158157
}
159158
);

packages/auth/test/helpers/mock_fetch.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async function fetchJson(path: string, req?: object): Promise<object> {
3030
headers: {
3131
'Content-Type': 'application/json'
3232
},
33-
referrerPolicy: 'no-referrer',
3433
...body
3534
};
3635

0 commit comments

Comments
 (0)