-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing brave:// alias doesn't forward to chrome:// #810
Labels
Milestone
Comments
Moving to 1.x, not the end of the world, it is handled but it's not sorted first for autocomplete yet. |
7 tasks
18 tasks
bbondy
pushed a commit
to brave/brave-core
that referenced
this issue
Oct 12, 2018
This only affects the DisplayURL in that, when the url is being edited or copied, the actual chrome://*** url will be present. This seems acceptable given: - These urls 99% of the time are for display purposes only, as a result of another UI action, and will not be typed manually - We intend to support brave://*** actual urls, redirecting to chrome://*** actual URLs automatically, which will get displayed as brave://*** URLs (brave/brave-browser#810) Fix brave/brave-browser#1458
petemill
added a commit
to brave/brave-core
that referenced
this issue
Oct 13, 2018
This only affects the DisplayURL in that, when the url is being edited or copied, the actual chrome://*** url will be present. This seems acceptable given: - These urls 99% of the time are for display purposes only, as a result of another UI action, and will not be typed manually - We intend to support brave://*** actual urls, redirecting to chrome://*** actual URLs automatically, which will get displayed as brave://*** URLs (brave/brave-browser#810) Fix brave/brave-browser#1458
@bbondy @petemill can this be closed now since brave/brave-core#584 is already merged into 0.55.x and correctly shows |
yep! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Accessing brave:// alias doesn't forward to chrome://
Steps to Reproduce
brave://version
chrome://version
Actual result:
Does a search for the URL instead of forwarding to
chrome://<URL>
Expected result:
Should forward to
chrome://<URL>
Reproduces how often:
100%
Brave version (about:brave info)
Reproducible on current release:
Website problems only:
Additional Information
#213
The text was updated successfully, but these errors were encountered: