GNOME Bugzilla – Bug 772655
utils: Match any URI scheme
Last modified: 2016-10-09 16:16:30 UTC
See patch.
Created attachment 337278 [details] [review] utils: Match any URI scheme Since commit 651c71fed54, we don't use a fixed list of URI schemes to linkify, but query the system for the list of supported schemes. Unfortunately this requires access to the list of all installed applications, which we don't have when running in a flatpak sandbox. We could easily fix the 99% case by always adding http(s) to the list, but as unsupported schemes should be extremely rare in the wild, we can just live with the handful of false positives and linkify any URI scheme.
Review of attachment 337278 [details] [review]: looks good to me
Attachment 337278 [details] pushed as 094d7d1 - utils: Match any URI scheme