Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. My new blog post might of interest to anyone running websites / developing apps for people in the UK:

My new blog post might of interest to anyone running websites / developing apps for people in the UK:

Scheduled Pinned Locked Moved Uncategorized
privacylawfedidataprotectionwebdevcss
28 Posts 14 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • henearxn@chaos.socialH henearxn@chaos.social

    @neil over here (Germany specifically) third-party hosted fonts have been a regular topic, a few years back a court awarded someone damages for a site using Google Fonts without informing them.

    The "adjust based on user preferences" part I would have thought the intent would be something like "you can store the preference (e.g. if the user uses an option on your site to increase font size), and if doing so leads to more stuff being loaded tell them" but it isn't really clear

    neil@mastodon.neilzone.co.ukN This user is from outside of this forum
    neil@mastodon.neilzone.co.ukN This user is from outside of this forum
    neil@mastodon.neilzone.co.uk
    wrote last edited by
    #13

    @HeNeArXn

    > over here (Germany specifically) third-party hosted fonts have been a regular topic, a few years back a court awarded someone damages for a site using Google Fonts without informing them.

    And indeed that case is linked from the blogpost 🙂

    henearxn@chaos.socialH 1 Reply Last reply
    0
    • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

      @HeNeArXn

      > over here (Germany specifically) third-party hosted fonts have been a regular topic, a few years back a court awarded someone damages for a site using Google Fonts without informing them.

      And indeed that case is linked from the blogpost 🙂

      henearxn@chaos.socialH This user is from outside of this forum
      henearxn@chaos.socialH This user is from outside of this forum
      henearxn@chaos.social
      wrote last edited by
      #14

      @neil ah sorry, missed that bit

      1 Reply Last reply
      0
      • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

        You might be interested, in particular, in the ICO's examples relating to:

        * third-party hosted fonts; and

        * CSS (and other technologies) which adjust a site based on a user's preferences

        which, the ICO asserts, require notice and the chance to object / opt-out.

        bugbear@indiepocalypse.socialB This user is from outside of this forum
        bugbear@indiepocalypse.socialB This user is from outside of this forum
        bugbear@indiepocalypse.social
        wrote last edited by
        #15

        @neil the CSS bit took me two readings to make sure I understood. (This is not about your writing, it's just that's a wild thing to put in a law)

        Funny how I recently decided I should add a dark mode option to my personal website.

        1 Reply Last reply
        0
        • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

          You might be interested, in particular, in the ICO's examples relating to:

          * third-party hosted fonts; and

          * CSS (and other technologies) which adjust a site based on a user's preferences

          which, the ICO asserts, require notice and the chance to object / opt-out.

          penguin42@mastodon.org.ukP This user is from outside of this forum
          penguin42@mastodon.org.ukP This user is from outside of this forum
          penguin42@mastodon.org.uk
          wrote last edited by
          #16

          @neil Note the CSS thing explicitly says 'Detecting preferences on the subscriber's or user's operating system' - not about your choice within your webpage; so it's saying you can't detect that the preferences for the system are dark mode/huge font/big monitor and transmit that data to you as a provider without permission.

          neil@mastodon.neilzone.co.ukN 1 Reply Last reply
          0
          • penguin42@mastodon.org.ukP penguin42@mastodon.org.uk

            @neil Note the CSS thing explicitly says 'Detecting preferences on the subscriber's or user's operating system' - not about your choice within your webpage; so it's saying you can't detect that the preferences for the system are dark mode/huge font/big monitor and transmit that data to you as a provider without permission.

            neil@mastodon.neilzone.co.ukN This user is from outside of this forum
            neil@mastodon.neilzone.co.ukN This user is from outside of this forum
            neil@mastodon.neilzone.co.uk
            wrote last edited by
            #17

            @penguin42 That is one possible interpretation, but not the only one.

            neil@mastodon.neilzone.co.ukN 1 Reply Last reply
            0
            • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

              You might be interested, in particular, in the ICO's examples relating to:

              * third-party hosted fonts; and

              * CSS (and other technologies) which adjust a site based on a user's preferences

              which, the ICO asserts, require notice and the chance to object / opt-out.

              woe2you@beige.partyW This user is from outside of this forum
              woe2you@beige.partyW This user is from outside of this forum
              woe2you@beige.party
              wrote last edited by
              #18

              @neil Is it possible they were intending to target third party fonts loaded via JS and accidentally went too broad?

              1 Reply Last reply
              0
              • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                @penguin42 That is one possible interpretation, but not the only one.

                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                neil@mastodon.neilzone.co.uk
                wrote last edited by
                #19

                @penguin42 I say this because "detecting" does not appear in the legislation, but the legislation covers both storage and access to information stored.

                Put another way, the ICO could be a lot clear in its example 🙂

                1 Reply Last reply
                0
                • neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                  neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                  neil@mastodon.neilzone.co.uk
                  wrote last edited by
                  #20

                  @simon_lucy

                  > Another wrinkle, CSS and especially fonts, can come from other third parties.

                  The blogpost expressly addresses third party fonts!

                  simon_lucy@mastodon.socialS 1 Reply Last reply
                  0
                  • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                    @simon_lucy

                    > Another wrinkle, CSS and especially fonts, can come from other third parties.

                    The blogpost expressly addresses third party fonts!

                    simon_lucy@mastodon.socialS This user is from outside of this forum
                    simon_lucy@mastodon.socialS This user is from outside of this forum
                    simon_lucy@mastodon.social
                    wrote last edited by
                    #21

                    @neil

                    That's why I deleted.

                    1 Reply Last reply
                    0
                    • henearxn@chaos.socialH henearxn@chaos.social

                      @neil over here (Germany specifically) third-party hosted fonts have been a regular topic, a few years back a court awarded someone damages for a site using Google Fonts without informing them.

                      The "adjust based on user preferences" part I would have thought the intent would be something like "you can store the preference (e.g. if the user uses an option on your site to increase font size), and if doing so leads to more stuff being loaded tell them" but it isn't really clear

                      lbruno@miserables.netL This user is from outside of this forum
                      lbruno@miserables.netL This user is from outside of this forum
                      lbruno@miserables.net
                      wrote last edited by
                      #22

                      @HeNeArXn @neil

                      i'd guess CSS can be used to deduct uniquely fine-grained identifying aspects of one's computing environment, serving as some sort of super-cookie

                      henearxn@chaos.socialH 1 Reply Last reply
                      0
                      • lbruno@miserables.netL lbruno@miserables.net

                        @HeNeArXn @neil

                        i'd guess CSS can be used to deduct uniquely fine-grained identifying aspects of one's computing environment, serving as some sort of super-cookie

                        henearxn@chaos.socialH This user is from outside of this forum
                        henearxn@chaos.socialH This user is from outside of this forum
                        henearxn@chaos.social
                        wrote last edited by
                        #23

                        @lbruno @neil but then the restriction should be on actually using that for fingerprinting and processing it, not on using CSS

                        lbruno@miserables.netL 1 Reply Last reply
                        0
                        • henearxn@chaos.socialH henearxn@chaos.social

                          @lbruno @neil but then the restriction should be on actually using that for fingerprinting and processing it, not on using CSS

                          lbruno@miserables.netL This user is from outside of this forum
                          lbruno@miserables.netL This user is from outside of this forum
                          lbruno@miserables.net
                          wrote last edited by
                          #24

                          @HeNeArXn @neil

                          yeah, my logic doesn't apply here; they have specific anti fingerprint language in another section

                          1 Reply Last reply
                          0
                          • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                            My new blog post might of interest to anyone running websites / developing apps for people in the UK:

                            # An overview of the UK's updated laws on storing information in someone's terminal equipment, and accessing information stored in someone's terminal equipment

                            Catchy. But useful (I hope).

                            I must admit that - as you'll see towards the end - some of this baffles me.

                            Link Preview Image
                            An overview of the UK's updated laws on storing information in someone's terminal equipment, and accessing information stored in someone's terminal equipment

                            The UK’s law on storing information on someone’s terminal equipment, and accessing information stored in someone’s terminal equipment, has changed.

                            favicon

                            (decoded.legal)

                            #privacy #lawfedi #dataprotection #webdev #css

                            slowe@mastodon.me.ukS This user is from outside of this forum
                            slowe@mastodon.me.ukS This user is from outside of this forum
                            slowe@mastodon.me.uk
                            wrote last edited by
                            #25

                            @neil Just on the bit where you say "CSS based on the user’s settings... zero degree of privacy intrusion: it works solely based on a user’s choice of settings, and it happens entirely locally, on the user’s device" I'd say that's true if both the dark and light CSS has gone to the user and you're doing an @ query. But if you did, say:
                            <link rel="stylesheet" media="(prefers-color-scheme: dark)" href="dark.css"> then I think there's a dependent remote request. Which is different.

                            neil@mastodon.neilzone.co.ukN 1 Reply Last reply
                            0
                            • slowe@mastodon.me.ukS slowe@mastodon.me.uk

                              @neil Just on the bit where you say "CSS based on the user’s settings... zero degree of privacy intrusion: it works solely based on a user’s choice of settings, and it happens entirely locally, on the user’s device" I'd say that's true if both the dark and light CSS has gone to the user and you're doing an @ query. But if you did, say:
                              <link rel="stylesheet" media="(prefers-color-scheme: dark)" href="dark.css"> then I think there's a dependent remote request. Which is different.

                              neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                              neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                              neil@mastodon.neilzone.co.uk
                              wrote last edited by
                              #26

                              @slowe Interesting - I have not seen it done that way before.

                              I agree that there is a difference there, technically.

                              I am still sceptical that that is really sufficient to warrant imposing a regulatory obligation and a banner, since it is just giving effect to a user's preference for dark mode?

                              slowe@mastodon.me.ukS 1 Reply Last reply
                              0
                              • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                                @slowe Interesting - I have not seen it done that way before.

                                I agree that there is a difference there, technically.

                                I am still sceptical that that is really sufficient to warrant imposing a regulatory obligation and a banner, since it is just giving effect to a user's preference for dark mode?

                                slowe@mastodon.me.ukS This user is from outside of this forum
                                slowe@mastodon.me.ukS This user is from outside of this forum
                                slowe@mastodon.me.uk
                                wrote last edited by
                                #27

                                @neil Yep. In fact, despite my zealousness about privacy, I think "dark mode" is something the user has choosen to "present" to the world at a system/browser level, in advance, so they've already made that decision before visiting a website. So, although I'm saying different resources get asked for, I think this is based on a choice that already happened.

                                neil@mastodon.neilzone.co.ukN 1 Reply Last reply
                                0
                                • slowe@mastodon.me.ukS slowe@mastodon.me.uk

                                  @neil Yep. In fact, despite my zealousness about privacy, I think "dark mode" is something the user has choosen to "present" to the world at a system/browser level, in advance, so they've already made that decision before visiting a website. So, although I'm saying different resources get asked for, I think this is based on a choice that already happened.

                                  neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                                  neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                                  neil@mastodon.neilzone.co.uk
                                  wrote last edited by
                                  #28

                                  @slowe Yes, I think that that is where I come down on this one too.

                                  1 Reply Last reply
                                  0
                                  • R relay@relay.infosec.exchange shared this topic
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups