This repository has been archived by the owner on May 10, 2024. It is now read-only.
Add more brave:// URL scheme actions #627
Labels
blocked
If a ticket is blocked for some reason, if not using a sub-block label, please provide info in issue
enhancement
good first issue
QA Pass - iPad
QA Pass - iPhone X
QA Pass - iPhone
QA/Yes
release-notes/include
security
Milestone
It'd be nice to offer more url schemes than the only one we support right now (
open-url
) which requires that the input be a URL.Possible additions:
brave://search?q=<search-query>
: Allow a user to pass in any string that would search with whatever search engine the user is currently usingbrave://bookmark?url=<url>
: Allow the user to bookmark a URL from outside the appIn addition to the url scheme we have:
brave://open-url?url=<url>
which will fail if a non-url string is passed through.The text was updated successfully, but these errors were encountered: