Coder Social home page Coder Social logo

Comments (4)

pimterry avatar pimterry commented on June 2, 2024 1

You should talk to your own legal/privacy team, but I'm fairly confident that:

  • You don't generally need consent for strictly functional cookies, which covers loglevel is most contexts, so I would be surprised if this really is required in most environments.
  • In cases where this is required (e.g. using loglevel inside marketing code only) you do almost certainly need to disable persistence completely, not just cookies. GDPR & other EU laws do not regulate cookies. They regulate storage of information on an end user's computer, and they apply equally to cookies, localStorage, indexedDB, or anything else similar. You can already comply with this by completely disabling persistence in loglevel with the existing option.

Some more info here: https://law.stackexchange.com/a/30766. If there's a specific use case where you really do need to disable cookies to enforce usage of local storage only instead, I'd be super interested to hear about it and I'm happy to look into that, but AFAIK there's no privacy laws anywhere in the world that treat cookies differently to the other persistence features that loglevel uses.

from loglevel.

Kureev avatar Kureev commented on June 2, 2024 1

Apparently, it will take time to figure this one out on our side. I'll close this ticket for now and reopen if applicable. Thank you so much for your help!

from loglevel.

Kureev avatar Kureev commented on June 2, 2024

That's a great response, thank you! I'll double-check this with the legal team and come back to you 🙏

from loglevel.

xmedeko avatar xmedeko commented on June 2, 2024

See #165

from loglevel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.