The simplicity of it is logic defying. It used to be that you had to find crosswalks or move puzzle pieces or type blurred letters and numbers, but NOW all the sudden I can just click a box and HEY!, I’m human?

That’s hardly the Turing Test I’d expected.

  • @Melatonin@lemmy.dbzer0.comOP
    link
    fedilink
    911 months ago

    Interesting that my mouse movement is available to anyone who wants it.

    It seems like a small step from that to accessing my keyboard.

    • @MoonManKipper@lemmy.world
      link
      fedilink
      English
      1511 months ago

      If you’re using a webpage JavaScript can see your mouse cursor and anything you type. But only if the browser has focus. So if you’re typing in another window it can’t

    • Shadow
      link
      fedilink
      1411 months ago

      Your mouse movement on that page is. Just like if you typed into the page.

      It’s not tracking you in other windows and apps.

    • @linearchaos@lemmy.world
      link
      fedilink
      English
      1011 months ago

      They can only access it while you’re focused on their webpage. CORS is all about that.

      If you click off to another web page and enter information or type of password into a secondary app they can’t gather that. As soon as they lose focus they lose the ability to capture your data.

      • @Septimaeus@infosec.pub
        cake
        link
        fedilink
        311 months ago

        Nbd, but it sounds like you’re talking about encapsulation of event capture (viewport stops receiving events after losing focus).

        CORS is a protocol for client-side enforcement of a server-side security policy. It ensures that a resource request (e.g. “my-totally-safe-resource.wasm”) only loads from a location your server permits (e.g. “my-valid-origin.biz”, “friends-valid-origin.org”, etc).

    • china🇨🇳
      link
      fedilink
      511 months ago

      There is a lot of other data available to sites you visit unless you are using some kind of fingerprint protection

    • @boatswain@infosec.pub
      link
      fedilink
      211 months ago

      If loaded with pages didn’t have access to keyboard events, you wouldn’t be able to write comments on Lemmy posts. I’m not a front-end guy, but that should be limited to just white the browser is focused.