• rm_dash_r_star@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      There might have be a time when Google tried not to be evil, but they’ve been Satin himself for a good number of years now. It just took them a while to realize the irony of their mission statement. It’s funny I used to get mad at Microsoft for being evil, but they’ve got nothing on Google.

      • RagingNerdoholic@lemmy.ca
        link
        fedilink
        arrow-up
        3
        ·
        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.

      • DogMuffins@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        It’s a way to disable ad blockers.

        Presently web servers send data to your browser, which can arrange the content however you wish, because it’s your browser on your device. Excluding content you don’t like is fairly trivial.

        This drm stuff will basically make the browser refuse to display anything unless the whole page is unaltered.