• kadu@lemmy.world
    link
    fedilink
    arrow-up
    11
    arrow-down
    5
    ·
    1 year ago

    Ultimately, my browser must render each web page element, no? I don’t see how an ad blocker could be impossible, unless ads are part of the content itself like what happens with video streaming.

    • Atemu@lemmy.ml
      link
      fedilink
      English
      arrow-up
      20
      ·
      1 year ago

      The browser could just refuse to attest if you’ve got an ad blocker enabled. That’s the whole point of this.

      • kadu@lemmy.world
        link
        fedilink
        English
        arrow-up
        13
        arrow-down
        2
        ·
        1 year ago

        So let the browser live unmodified. Intercept JavaScript on memory and block it. Of course there’s a way, no matter how complex, to stop a remote server from displaying something on your screen - Google isn’t controlling your graphics driver.

        • Paradoxvoid@aussie.zone
          link
          fedilink
          English
          arrow-up
          5
          ·
          1 year ago

          The major point is not so much whether your browser could block ads - your point regarding the browser ultimately having to render each element is true. The problem is that if the web server gets a request from an unattested browser (such as an old version, or one that has an ad blocker installed), it will refuse to serve any content, not just ads.

          Regular people will inevitably get frustrated and we end up in scenarios like “<x browser>is bad, it doesn’t work with <y site>” because of this proposal, and more and more people end up switching until you have to use a compliant (Chromium-based) browser to do anything at all on the internet, and Google’s strangehold on web standards solidifies even further.

        • i_am_not_a_robot@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          7
          arrow-down
          3
          ·
          1 year ago

          Actually, they are controlling your graphics driver. If you’re using a custom driver you’ll fail attestation because you have untrusted code in your kernel and/or browser process. I expect this will also fail if you’re using an old driver with known vulnerabilities that allow you to use your own device in unexpected ways.