Clicking on google "intent" url leads to error pages
Bug #1384361 reported by
Sebastien Bacher
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Fix Released
|
Undecided
|
Unassigned | ||
webbrowser-app |
Invalid
|
Medium
|
Unassigned | ||
webbrowser-app (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Using rtm 122
- open the webbrowser
- go to google.com
- search for e.g "Washington"
- click on the map image at the top of the results
-> you get an error about "intent:/..." not being supported
To post a comment you must log in.
I can reliably reproduce with the steps in the description. I guess google generates intent:// URLs because it thinks it’s talking to an android device, which is very unfortunate. Not sure what’s the best way to address that. Maybe a UA override for google.com, or a custom protocol handler to intercept intent:// URLs (or even intercepting them at the navigationRequested level).