Having looked at the intended design implementation, I'm not _super_ against this change, but I'm not fully onboard. And the concept of AMP here isn't lost on me, either.<p>I understand the stated goal of this is for simplicity for users and enhancing generic security. I feel Firefox already does this better. Let's take the following URL for example:<p><a href="https://code.visualstudio.com/docs/" rel="nofollow">https://code.visualstudio.com/docs/</a><p>On my work MBP with FF 79 and GC 81, this is what I see ([] signifies contrasted text color):<p>Firefox:
<a href="https://code.[visualstudio.com]/docs/" rel="nofollow">https://code.[visualstudio.com]/docs/</a><p>Chrome:
[code.visualstudio.com]/docs/<p>Chrome (after clicking twice in the address bar:
<a href="https://[code.visualstudio.com]/docs/" rel="nofollow">https://[code.visualstudio.com]/docs/</a><p>Chrome 86 (uses above formatting on hover):
code.visualstudio.com<p>In both apps, the dark themes provide more contrast that the light ones. I don't think we need to hide URL's from users, because what really matters is the very beginning of the URL which is always shown, and noting the root domain in a more contrasted, apparent way (like Firefox does) is to me a better solution to this problem. Spending time to improve the appearance of the important part of the URL will help everyone in the end, rather than taking the easy road of just isolating it.<p>Time would be better spent on solving horrible looking URLs in the first place and how URLs get represented in sharing (e.g. email clients, SMS, etc), which is where arguable most visual URL security concerns take place. If anything, I think I'm less likely to trust a URL like this (a simple Google search for "example url") when taking a glance in an email (removed https so full URL would show):<p>"://www.google.com/search?source=hp&ei=IJ82X6DoINCJytMP75Cn6As&q=example+url&oq=example+url&gs_lcp=CgZwc3ktYWIQAzICCAAyAggAMgIIADICCAAyAggAMgIIADICCAAyAggAMgIIADICCAA6CAgAELEDEIMBOgUIABCxAzoCCC46CwguELEDEMcBEKMCOgUILhCxAzoECAAQCjoLCC4QsQMQxwEQrwE6CggAELEDEEYQ-QFQkDJYxEdg3khoAnAAeAGAAbsBiAHBBpIBBDEyLjGYAQCgAQGqAQdnd3Mtd2l6&sclient=psy-ab&ved=0ahUKEwig-Nis85rrAhXQhHIEHW_ICb0Q4dUDCAg&uact=5"<p>than "://www.google.com/search?query=example+url"<p>If on mobile, go into landscape for the larger URL, unless there’s a better way to format it I’m not aware of. Didn’t think a code block was best for a massive oneliner.<p>A possible middle ground could be taking a look at limiting token visibility. But a larger discussion would be needed for that as well.