fix: revert to URL-based auth detection; remove browser headers

Every JS/cookie-based detection approach failed. Reverting to the
simplest reliable mechanism: if the WebView navigates to any non-login,
non-auth URL, the server redirected us after sign-in — fire onAuthenticated.

Also removing the browser headers added in beta.6. The 1.1.4 version
worked without them and they may be triggering server-side bot detection.
All-cookies approach (beta.8) is kept.
This commit is contained in:
superdooper86
2026-05-11 10:35:30 +02:00
parent 1a9d9cd22a
commit ad2ff3a7b6
3 changed files with 10 additions and 29 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1-beta.9</string>
<string>1.2.1-beta.10</string>
<key>CFBundleVersion</key>
<string>57</string>
<string>58</string>
<key>LSMinimumSystemVersion</key>
<string>13.0</string>
<key>LSUIElement</key>