Closed
Bug 1875904
Opened 9 months ago
Closed 9 months ago
Do not intercept fallback URLs
Categories
(Fenix :: App Links, enhancement)
Tracking
(Not tracked)
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•9 months ago
|
Assignee: nobody → royang
Severity: -- → S2
Assignee | ||
Comment 1•9 months 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: 9 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•