Skip to content

Commit 94f6bb1

Browse files
committed
fix(android): cookiesEnabled: false fixed
1 parent ae18423 commit 94f6bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/https/request.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export function getClient(opts: Partial<HttpsRequestOptions> = {}, reload: boole
273273
}
274274
builder.cookieJar(cookieJar);
275275
} else {
276-
builder.cookieJar(null);
276+
// builder.cookieJar(null);
277277
}
278278
}
279279
return builder.build();

0 commit comments

Comments
 (0)