-
Notifications
You must be signed in to change notification settings - Fork 887
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
SecurityException #672
Comments
I have run into the same problem. |
@Magtuz @eminuluyol Can you please write detailed instruction how to reproduce the issue (including device name, os version, browsers installed)? I see we have the same issue in production, but I can't reproduce it locally. Thank you. |
Google's demo app for custom tabs crashes with Yandex-as-default-browser too. (https://github.com/GoogleChrome/android-browser-helper/tree/2.1.0/demos/custom-tabs-example-app) There are few options to quickly fix this bug:
|
@msgkatz how come using a webview would be a fix for the bug? One of the reasons apps using pkce flow is to secure login process, webview wouldn't share cookies and state with the browser. |
@eminuluyol being properly combined appauth and webview will keep pixy enabled for auth process. the only exception we leave unsolved is app's access to user credentials via embedded user agent (webview), as I see it. |
Unfortunately @msgkatz is right. This is a browser problem which you can try work around but in the end you should reach out to the Yandex devs to get it fixed. Closing the issue but feel free to open a new one if run into other problems. |
Thank you, @Magtuz Especially for the direct link to the Yandex Search app which can act as a browser, I overlooked it at first and tried to reproduce with the regular Yandex Browser which works fine. Currently, I just excluded Yandex Search from the list of supported browsers. |
Hello! Thank you for the report. We've fixed this issue in the latest version of the Yandex Search app, it's now available for all users.
Could you please check if it works now and revert exclusion for Yandex Search? |
Hello @ArturVasilov. I can confirm that it doesn't crash anymore. Thanks! |
Hello, I have run into a SecurityException:
I can reproduce it if Yandex is used as default browser.
The text was updated successfully, but these errors were encountered: