Why would you do this to us?

  • bryndos@fedia.io
    link
    fedilink
    arrow-up
    16
    ·
    12 hours ago

    Is it possible for URL to request the one that i want? I feel like i remember different language versions of webpages from before browser fingerprinting - though I guess I don’t know long ago it started.

    Even so, it seems like it only needs to know my request as a one of 500 group. An individualised fingerprint of 1 in 10bn seems like overkill to me. Assuming that’s what fingerprint means in this context.

    • lauha@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      11 hours ago

      Be requesting the specific language site you are giving them the information anyway.

      • bryndos@fedia.io
        link
        fedilink
        arrow-up
        13
        ·
        10 hours ago

        I’m ok to give them 1 in 500 resolution (or whatever rough order of magnitude) to tell them i want to read the EN version. That’s a lot less precise than 1 in 10 billion or whatever the fingerprint is.

      • cavitationfetishist01@quokk.au
        link
        fedilink
        English
        arrow-up
        10
        ·
        11 hours ago

        Some browsers literally have a ‘spoof is language to english’ option to anti fingerprint. To hide in the horde.

        And I’d rather DL 500 languages of actual content than 1mb of page and 2GB of ad shit.

        • Axolotl@feddit.it
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          5 hours ago

          Bold of you to assume that modern websites will not be 1gb of pages and 2gb of ads

    • bss03@infosec.pub
      link
      fedilink
      English
      arrow-up
      8
      ·
      10 hours ago

      browser fingerprinting

      Thing is, while it wasn’t called “browser fingerprinting” immediately, it basically started as soon as JS was around. And feature-detection / media-queries actually make for better compatibility than just User-Agent strings (and other headers).

      Content negotiation never really caught on, as best as I can tell. There’s a number of headers that the client can send so that the server can select a version by language, content-type, and a few other things, but in all the web deployments I’ve ever done content-negotiation was never a consideration.

      Almost any information can be abused.