Stories
Slash Boxes
Comments

SoylentNews is people

posted by chromas on Monday June 15 2020, @10:24AM   Printer-friendly
from the AOL dept.

https://www.androidpolice.com/2020/06/12/google-resumes-its-senseless-attack-on-the-url-bar-hides-full-addresses-on-chrome-canary/

Google has tried on and off for years to hide full URLs in Chrome's address bar, because apparently long web addresses are scary and evil. Despite the public backlash that came after every previous attempt, Google is pressing on with new plans to hide all parts of web addresses except the domain name.

A few new feature flags have appeared in Chrome's Dev and Canary channels (V85), which modify the appearance and behavior of web addresses in the address bar. The main flag is called "Omnibox UI Hide Steady-State URL Path, Query, and Ref" which hides everything in the current web address except the domain name. For example, "https://www.androidpolice.com/2020/06/07/lenovo-ideapad-flex-5-chromebook-review/" is simply displayed as "androidpolice.com."


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Funny) by SomeGuy on Monday June 15 2020, @12:31PM (18 children)

    by SomeGuy (5632) on Monday June 15 2020, @12:31PM (#1008104)

    And Firefox will copy this stupid shit in 3... 2... ARRRRAAGG!

    I can actually think of a bunch of reasons they want to do this. I'm sure they want to promote sites as some kind of dynamic information channel, rather than a "page".

    But there is also the fact, that ultimately without exact urls, you MUST use a search engine to find things. I'm sure they would like you to use theirs.

    Some times I wonder if I am the last person on earth to still use bookmarks. Or opening new pages in a new window, rather than treating my browser like a TV set. Getting rid of proper drop down menus already kicked that in the nuts.

    Starting Score:    1  point
    Moderation   +1  
       Funny=1, Total=1
    Extra 'Funny' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   3  
  • (Score: 5, Interesting) by looorg on Monday June 15 2020, @12:46PM (11 children)

    by looorg (578) on Monday June 15 2020, @12:46PM (#1008107)

    I was thinking about this to. I can't really imagine why they want to do it. This whole excuse about security by hiding information just doesn't really make much sense. The only thing I could really on short notice come up with is that this has to do about ads and clicks. They want people to go thru the front page all the time to click on things and get ads shown to them -- or well the people probably doesn't want that but Google does. So by skipping straight to the page you want to go you are in essence stealing money from Google.

    That said Bookmarking will still work and such since it's at the moment just hiding the information, it isn't (yet) sanitizing or cropping the input to only allow you to visit top-level.

    • (Score: 0) by Anonymous Coward on Monday June 15 2020, @01:43PM (8 children)

      by Anonymous Coward on Monday June 15 2020, @01:43PM (#1008122)
      Yup, it's like arguing that Microsoft's decision to hide file extensions for "known" file types was a good idea security-wise.
      • (Score: 2, Insightful) by Anonymous Coward on Monday June 15 2020, @02:31PM (7 children)

        by Anonymous Coward on Monday June 15 2020, @02:31PM (#1008138)

        This is still the default. I have seen it cause many issues. It's just a pain in the ass.

        • (Score: 2) by Freeman on Monday June 15 2020, @02:46PM (6 children)

          by Freeman (732) on Monday June 15 2020, @02:46PM (#1008142) Journal

          The pointy haired boss needed to make an arbitrary change somewhere, and that was it.

          --
          Joshua 1:9 "Be strong and of a good courage; be not afraid, neither be thou dismayed: for the Lord thy God is with thee"
          • (Score: 2) by EEMac on Monday June 15 2020, @04:28PM (5 children)

            by EEMac (6423) on Monday June 15 2020, @04:28PM (#1008188)

            It was done to copy classic MacOS, where file types were part of the resource fork of a file [wikipedia.org]. When it worked, files were automatically identified with the correct type and opened in the program that created them. Documents were just documents, of a particular type, with exactly the name the user created. It was great!

            . . . unless you wanted to change which application opened a file, or the type it was identified as, or if you downloaded something on-line that didn't magically get the correct type applied. Then you had to: search online for how to solve the problem, install ResEdit, open RedEdit, go into the resource fork structure, and change a four-letter type code.

            . . . which couldn't possibly be part of the file name, because that would be difficult.

            • (Score: 0) by Anonymous Coward on Monday June 15 2020, @05:34PM (2 children)

              by Anonymous Coward on Monday June 15 2020, @05:34PM (#1008220)

              Ugh, another reason (I guess) that I won't be switching to Macs anytime soon, unless it's possible to drag any file onto any application?

              Sometimes I want to see what's in a file that was sent to me (or my file, before I send it out)...so I open in MicroEmacs, where I can see everything. Usually lots of binary (displayed as 8-bit chars), but every now and then there is some interesting text to be found inside. For example deleted parts of documents are often still in the file, although they don't display in the original word processor.

              • (Score: 0) by Anonymous Coward on Monday June 15 2020, @06:23PM (1 child)

                by Anonymous Coward on Monday June 15 2020, @06:23PM (#1008243)

                Ugh, another reason (I guess) that I won't be switching to Macs anytime soon, unless it's possible to drag any file onto any application?

                Until System 7, the Mac's OS didn't have drag-n-drop for files.
                Trying to work with a file across multiple programs or import data from a foreign system on an old Mac is honestly quite awful and there were dozens of little utilities that allowed you to "quickly" switch file types so you didn't need to actually know or have ResEdit. Even into the OS 9 days, you still had to muck about with type switchers (but at least you could drag and drop onto the switchers at that point, I had a folder full of 'em on my desktop for dealing with image files).

                OS X/macOS largely abandoned all of that, and just uses file extensions like everyone else. I think all of the weird things like resource forks and file/creator codes are still there, but software mostly doesn't bother anymore.

                Sometimes I want to see what's in a file that was sent to me (or my file, before I send it out)...so I open in MicroEmacs, where I can see everything.

                One useful thing for this is to pipe the file into the "strings" command. It looks for low-ASCII sequences and displays them without all the other binary junk so you can see if there's interesting text.

                • (Score: 0) by Anonymous Coward on Tuesday June 16 2020, @01:57AM

                  by Anonymous Coward on Tuesday June 16 2020, @01:57AM (#1008447)

                  Only windows uses extensions to decide anything. OSX and other *nix systems use mimetypes.

            • (Score: 2) by Rich on Monday June 15 2020, @08:17PM

              by Rich (945) on Monday June 15 2020, @08:17PM (#1008304) Journal

              Creator and Type codes were part of the "FinderInfo" that was kept with the directory information. The resource fork is separate. On OS X, both are represented as extended attributes: "com.apple.FinderInfo" and "com.apple.ResourceFork". And OS X is a mess compared to Classic as far as file typing goes.

            • (Score: 2) by Bot on Monday June 15 2020, @09:08PM

              by Bot (3902) on Monday June 15 2020, @09:08PM (#1008330) Journal

              Or, you could have dragged the file to open to the app to open it with (easy as apps could reside in tabs, kind of docks), and then saved it, so it acquired the proper creator.

              I had less probs with type/creator than with renames borking an extension in later systems.

              --
              Account abandoned.
    • (Score: 0) by Anonymous Coward on Monday June 15 2020, @01:49PM

      by Anonymous Coward on Monday June 15 2020, @01:49PM (#1008125)

      What they display is annoying, but not life changing, except maybe for nerds who peek and poke into things.

      That they give you the whole/exact/ungoogalized url if you click, copy and paste, or bookmark is critical.

      If they manage to hide/own/control that, then it puts them in the position to be an unnecessary central gatekeeper.
      (Unnecessary because it breaks the idea of url without adding value to the users. But maybe critical to their business/power/not-no-evil grand plan.)

      Make it stop, indeed.

    • (Score: 0) by Anonymous Coward on Monday June 15 2020, @02:23PM

      by Anonymous Coward on Monday June 15 2020, @02:23PM (#1008134)

      it's because there's "processing" going on in the URL bar.
      it seems the way they bolted "smarts" onto the original static html web server is to add the variables and stuff to the URL ... this makes for "smart" or not-static websites but also for bloated URLs and pages that can hardly be cached (by a proxy server)?
      "GET your PUT today(tm)!"

  • (Score: 2) by VLM on Monday June 15 2020, @01:39PM (4 children)

    by VLM (445) on Monday June 15 2020, @01:39PM (#1008120)

    The question isn't really if Google should be broken up, but if their shitty monolithic app Chrome should be broken up.

    Nobody bitches about the renderer not being good, or the javascript interpreter not being good enough. Its a continuous stream of complaints that google can't do UI, chrome UI has always sucked and all changes ever made were "retrograde improvements".

    Now a library of "render this URL into a window" could be wrapped with a variety of UIs all of which would suck less than Google's pitiful attempt at UI. That would be interesting.

    Something that does bug me is I have a chromebook and I can't imagine the nightmare of my kids trying to do COVID at home school without full URLs? The pitiful thing about vertical silos is everyone needs multiple silos so all those URLs someShittyVerticalSiloSchoolApp.KidsSchoolDomain which works pretty well right now, would be compressed down to only "KidsSchoolDomain" as the name for multiple web apps. The conspiracy theorist in me suggests that could be fixed by purchasing infinite number of domain names and conveniently google DOES sell domain names so ...

    Another conspiracy theory post is this is a direct attack against self hosting web applications. You can run gitlab community edition at work for free and have a DNS name like gitlab.corporateDomain.com but if every web app in your company now has the same name "corporateDomain.com" regardless if its Outlook or Gitlab, and nobody can casually share URLs because all they see is the domain name... you can see someone claiming a corporate account at github is easier to access than a local air gapped firewalled gitlab system

    • (Score: 2) by maxwell demon on Monday June 15 2020, @02:10PM (1 child)

      by maxwell demon (1608) on Monday June 15 2020, @02:10PM (#1008130) Journal

      Hmmm … maybe you could create a counter mechanism as follows:

      1. Install a local “web server” that actually accesses the real web site, but adds an URL display bar to the HTML itself.
      2. Take advantage of Chrome redirecting all DNS requests to its own nameserver by redirecting all traffic to the IP address of Google's nameserver to a locally installed nameserver (at the IP level) which simply gives back the local address, thus all the browser accesses go to that local “web server” described in the previous point, while all other programs can continue to use the internet normally (this of course assumes that you're not using Google's nameserver for your normal resolving).

      Or, of course, you could just use a different browser. ;-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
      • (Score: 2) by hendrikboom on Monday June 15 2020, @05:48PM

        by hendrikboom (1125) Subscriber Badge on Monday June 15 2020, @05:48PM (#1008225) Homepage Journal

        redirecting all traffic to the IP address of Google's nameserver to a locally installed nameserver

        And you think Chrome won't have sufficient cryptography to detect the substitution?

    • (Score: 2) by hendrikboom on Monday June 15 2020, @05:52PM (1 child)

      by hendrikboom (1125) Subscriber Badge on Monday June 15 2020, @05:52PM (#1008227) Homepage Journal

      a library of "render this URL into a window"

      Any recommendations for such a library?

      -- hendrik

      • (Score: 0) by Anonymous Coward on Monday June 15 2020, @07:18PM

        by Anonymous Coward on Monday June 15 2020, @07:18PM (#1008270)

        IIRC, there was quite a big player working on this. I think this is the library: https://github.com/ampproject/amphtml [github.com]

  • (Score: 0) by Anonymous Coward on Monday June 15 2020, @02:28PM

    by Anonymous Coward on Monday June 15 2020, @02:28PM (#1008135)

    How will you know you are seeing the actual web page, and not just a cached version with the urlbar showing the site domain?

    Or will there be a urlbar? Maybe there will just be an information line embedded in the title bar.

    Want to open a new web site using the URL? Sure. Go Cogwheel > Actions > Retro > Open direct > Url and paste it in, which will do a google search for what you are looking for. Showing the "domain.com" in the title of the "web browser".

    What a lovely garden that will be with high walls and pretty curated flowers.