• @floofloof@lemmy.ca
          link
          fedilink
          19
          edit-2
          2 years ago

          That will work until websites start requiring it. At that point browsers like Firefox have to either capitulate and implement Google’s DRM or become unusable for the majority of websites.

          And then we’ll have a web where the corporations have complete control over what you can view and how. Ad blocking and anti-tracking will be things of the past, and corporate websites will have a unique key from your browser to help them track you around the web. And no more hiding your identity behind anonymous browsers over Tor or VPNs.

          So we found out about this about 4 days ago, and when people objected they shut down people’s ability to log issues or comment on the GitHub repo. And now they’re already cramming it into their browser. This is strong evidence that Google knows it’s unpopular and tried to keep it under wraps as long as possible so they could get it into the browser before people had time to react.

          • @eek2121@lemmy.world
            link
            fedilink
            22 years ago

            Let them require it. Search engines like DDG should really begin maintaining their own index, and they should exclude sites that use the tech from the index.

            I can also see Apple taking a stand against this. They have a competing (and much more reasonable) implementation that respects user privacy.

            • 133arc585
              link
              fedilink
              62 years ago

              Search engines like DDG should really begin maintaining their own index, and they should exclude sites that use the tech from the index.

              If this gets implemented, it would ruin the ability for competitor search engines (such as DDG) to exist. If Google convinces site operators to require attestation, then suddenly automated crawlers and indexers will not function. Google could say to site operators that if they wish to run ads via Google’s ad network they must require attestation; then, any third-party search indexer or crawler would be blocked from those sites. Google’s ad network is used on about 98.8% of all sites which have advertising, and about 49.5% of all websites.

              • @floofloof@lemmy.ca
                link
                fedilink
                2
                edit-2
                2 years ago

                Even if the effects didn’t go this far (which I agree they quite probably will), it wouldn’t be feasible for other search engines to just exclude sites that implemented Google’s DRM. If Google makes it attractive enough to the owners of major sites to implement this (and it will be attractive if it ensures they get ad views), then no one will use a search engine that omits all the most popular websites. The same goes for non-Google browsers. This is really a shocking attempt by Google to use its own browser’s popularity to seize an effective monopoly of the web.

    • @RagingNerdoholic@lemmy.ca
      link
      fedilink
      37
      edit-2
      2 years ago

      Web dev here. It enforces the original markup and code from a server to be the markup and code that the browser interprets and executes, preventing any post-loading modifications.

      That sounds a bit dry, but the implications are huge. It means:

      • ad blockers won’t work (the main reason for Google’s ploy)
      • many, if not most, other browser extensions won’t work (eg.: accessibility, theming, anti-malware)
      • people are going to start running into a lot of scam ads that ad blockers would otherwise prevent
      • malicious websites will be able to operate with impunity since you cannot run security extensions to prevent them
      • web developers are going to be crippled for lack of debugging ability

      These are just a few things off the top of my head. There are endless and very dangerous implications to WEI. This is very, very bad for the web and antithesis of how it’s supposed to be.

      TBL is probably experiencing a sudden disturbance in the force.

      • TipRing
        link
        fedilink
        42 years ago

        Would this impact web proxies at all? If so, that would entail a pretty huge security change for a lot of corporations.