Skip to content

Commit 5064078

Browse files
committed
fix: set explicitly
1 parent 7f23c67 commit 5064078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api/streaming.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class StreamingAPI extends BaseYdbAPI {
7373
method: 'POST',
7474
signal: options.signal,
7575
headers,
76-
credentials: this.withCredentials ? 'include' : undefined,
76+
credentials: this.withCredentials ? 'include' : 'same-origin',
7777
body: JSON.stringify(body),
7878
});
7979

0 commit comments

Comments
 (0)