Closed
Bug 1875904
Opened 2 years ago
Closed 2 years ago
Do not intercept fallback URLs
Categories
(Firefox for Android :: App Links, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: royang, Assigned: royang)
Details
Currently if we failed to launch the applinks intent (for any reason) and if fallback url is available, we load that URL. However, we should make sure that the fallback URL is not again intercepted by the applink inteceptor.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → royang
Severity: -- → S2
| Assignee | ||
Comment 1•2 years ago
•
|
||
Looking at the current implementation, we've already specified that we will not intercept fallback URL.
https://searchfox.org/mozilla-mobile/rev/2655756f8d424489c4dda3486c7cec3bd408f347/firefox-android/android-components/components/concept/engine/src/main/java/mozilla/components/concept/engine/request/RequestInterceptor.kt#38
The fallback URL cannot trigger applinks and redirect to another application.
Closing since we already do what this issue suggests.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•