-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix share PDF download when redirect shows captcha #868
Fix share PDF download when redirect shows captcha #868
Conversation
@mvasilak is this completed? You're pretty much showing webview for all redirects. Based on zotero/zotero#3526 there are conditions to meet before we show the web view? |
There is a guard just before to limit it for The workflow is a bit different, as in iOS we handle a successful download where the file is not the expected PDF, while desktop handles an exception, but the end result is the same. You are right though, we can improve by not showing the web view, even momentarily, when the redirect could work, as the cookie may be cached from a previous save. I'll make this improvement. Is there any other point that you have noticed missing? |
Original ticket also mentions |
@michalrentka ready for another look |
443ab05
to
9b028cc
Compare
Solves zotero/zotero#3526 for iOS