Git Product home page Git Product logo

Comments (1)

cyberalien avatar cyberalien commented on May 29, 2024 1

Thanks for noticing. It seems to be new Chrome notice that appears on pretty much every website.

I'm not a fan of tracking, so Iconify doesn't use any cookies and doesn't track anyone.

That cookie notice is not from Iconify, but from CloudFlare. There is nothing I can do about that. There are some threads on CloudFlare forum about it, like this one: https://community.cloudflare.com/t/new-chrome-warning-about-digitrust-cookie-cloudflare-is-setting/118690 so maybe CloudFlare staff will do something about it.

If you really want that cookie or notice to be gone, there are few options:

  1. Try including script from cdn.jsdelivr.net or host it on your server or bundle it with webpack. However this approach will still load icons from API that is also routed through CloudFlare so you'll get CloudFlare cookie from that unless you bundle all icons.
  2. Host your own API instance. Then you'll have full control over everything. See https://github.com/iconify/api.js and https://github.com/iconify/api.php
  3. Use Iconify for React or Iconify for Angular. Those components do not use Iconify script and do not use Iconify API, instead icons are bundled during build process. So your project will not be accessing any external websites, thus no extra cookies.

from iconify.

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.