-
Notifications
You must be signed in to change notification settings - Fork 440
Can't open Brave through share tool from feedly #661
Comments
The text shared has both title and url components mashed into one. This as stated above is not a URL which can be opened. How other browsers handle this: Possible Solutions:
|
Couldn't we attempt to parse out the URL? |
@tomlowenthal yeah, I think that would be a good approach. Are there any security concerns with just parsing out the string, and randomly attempting to identify a URL? Assume we'd pull just the first / last URL (since a string can have multiple)? |
@jhreis Obvi we should parse the input safely. But I think that just reading a string until we get something looking like a URL and opening the first one we find is probably the expected behavior. |
Parse string, and pull just the first possible URL. If no URL is detectable, then fail silently and just open the application (current behavior). |
Verification passed on iPhone XR with iOS 13 running 1.12(19.9.4.23)
Verification PASSED on
Verification PASSED on
|
Description:
Nothing happened after I click Brave
FWIW, I share the article to Note and I notice it is not pure URL
It contains title like this
Facebook doesn't need to sell your data. It has been giving it away free for years. https://www.recode.net/2018/12/19/18148517/facebook-data-partnerships-mark-zuckerberg-new-york-times-privacy
which is probably the root causeSteps to Reproduce
Actual result:
Expected result:
Reproduces how often: [Easily reproduced, Intermittent Issue]
100%
Brave Version:
1.7.1(18.12.19.01)
Device details:
iPhoneX 12.1.2
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: