Skip to content

Commit b3be23f

Browse files
jonasengelmannarunkannawadi
authored andcommitted
#196 fix sameSite cookie issue
1 parent e00d0eb commit b3be23f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scholarly/_proxy_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def _handle_captcha2(self, url):
433433
for cookie in self._get_webdriver().get_cookies():
434434
cookie.pop("httpOnly", None)
435435
cookie.pop("expiry", None)
436+
cookie.pop("sameSite", None)
436437
self._session.cookies.set(**cookie)
437438

438439
return self._session

0 commit comments

Comments
 (0)