-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[Desktop] [Security] Add setting in brave://settings/appearance to display full URL in address bar #7449
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
Comments
cc: @tomlowenthal @petemill for thoughts |
This option should mainly toggle the old elisions in Chromium (protocol hiding, trailing slash, username-password, possibly punycode display). |
Temporary workaround for this issue is in the discussion as well: https://bugs.chromium.org/p/chromium/issues/detail?id=883038#c203 (download the file, put it in some directory and install as unpacked extension) Nevertheless, this behavior is still a problem for many users and I think it should be addressed ASAP |
cc: @diracdeltas We did close a past issue (#6689) as |
Some more users here requesting this feature: |
The option is now upstream (canary), behind a flag. https://bugs.chromium.org/p/chromium/issues/detail?id=1061576 |
@Brave-Matt How about following user interests and user suggestions? People want customization, features and choice and not simplicity - old Brave with it's custom UI offered that, Brave now offers almost nothing. When do you guys bring back finally some features and customization? Where is your support for power and advanced users? |
Another +1 from Community: |
brave://flags/#omnibox-context-menu-show-full-urls This flag when enabled, starting in Chromium 83 should show an option via context menu to display the full address bar. |
Vivaldi and Opera seem to have implemented this feature. |
I've been looking for this feature not for security reasons but for UX ones - when I go to edit a portion of a URL, it's really frustrating to have the text shift out from under the mouse cursor as I double-click. I'm glad it's coming down the pipe, though I have to say that "set a special flag to enable a context menu item to provide the desired functionality" sounds like a pain... especially if it only sets it for one window (I can't tell from the comment). |
Chromium flags are for previewing new features that get enabled for all at some point or for experimenting with some UI changes that might get enabled for all. This is the first one, as a direct response to users' request. So this will be enabled for all at some point (M83? M84?), will not stay behind a flag. If you want to suggest a more visible option in Settings, however, that's a different thing. (As for now this only appears in the context menu.) |
Per #9884 - @Poopooracoocoo is asking if this would be available for Android too BTW - our Chromium 83 integration is wrapping up - should be in Nightly soon |
Please add this feature in settings, that we can see the complete URL. For now I'm using this plugin: https://chrome.google.com/webstore/detail/suspicious-site-reporter/jknemblkbdhdcpllfgbfekkdciegfboi/ I hope Brave can add it in the settings that I can remove that extension. |
i think this would be good to add as a pref ("Show full URLs in URL bar") in brave://settings/appearance. Turning the pref on should at minimum show the URL scheme and "trivial" subdomains like www; and maybe also tweak the flags in https://github.com/bromite/bromite/blob/master/build/patches/Disable-omission-of-URL-elements-in-Omnibox.patch as needed so the full URL is shown. cc @darkdh EDIT: would it be sufficient to just set 'kFormatUrlOmitNothing' to true when the pref is on? it looks like then we would match the bromium behavior except they set kFormatUrlOmitMailToScheme. it seems fine to show mailto: though. |
Any update on this? |
Was this added to the Android version too? |
Verification passed on
Verification passed on
Verified the option is translated (checked Polish) Verified passed with
|
Could this be added to the Android version, too? |
Description
The above flags, which controlled whether or not the entire URL was displayed in the address bar, have been removed from the Chromium code. Many users have requested these options be returned to the browser. Further, it's also something users would frequently ask how to do even before the flags were removed. I believe there are enough users interested in having this option available to warrant consideration for bringing it back.

Miscellaneous Information:
User reports:
The text was updated successfully, but these errors were encountered: