diff --git a/ubiquity/modules/default_feed_plugin.js b/ubiquity/modules/default_feed_plugin.js index f97cbdb0..af734c48 100644 --- a/ubiquity/modules/default_feed_plugin.js +++ b/ubiquity/modules/default_feed_plugin.js @@ -100,7 +100,8 @@ function DefaultFeedPlugin(feedManager, messageService, webJsm, title: title, }); - if (!isTrustedUrl(commandsUrl, targetLink.type)) { + if (!LocalUriCodeSource.isValidUri(commandsUrl) && + !isTrustedUrl(commandsUrl, targetLink.type)) { Utils.openUrlInBrowser(confirmUrl); return; }