haiwen / seadroid

Android client for Seafile
Other
540 stars 277 forks source link

Change the user agent #1006

Closed sheosi closed 6 months ago

sheosi commented 6 months ago

I've tried using Google's OAuth for authenticating through a reverse proxy and passing that to seafile. It works except that on the app it fails due to google blocking the user agent of webkit browsers, there's a solution here:

zhwanng commented 6 months ago

pull request: https://github.com/haiwen/seadroid/pull/998

sheosi commented 6 months ago

Thank you. And thanks for the good work.