nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
868 stars 37 forks source link

Iconify cookies #94

Open ennioVisco opened 11 months ago

ennioVisco commented 11 months ago

Hello,

I was wondering whether there is a way to allow users to tell whether they want to allow iconify cookies or not. After all, for GDPR they should be able to control this behaviour!

Atinux commented 11 months ago

What cookies are you talking about?

ennioVisco commented 10 months ago

I'm talking about these ones: https://www.iconify.eu/pages/cookies-privacy.php#:~:text=Iconify%20uses%20cookies%20to%20recognize,provide%20information%20concerning%20personal%20identification.

Shown here for the nuxt.com website:

image
root5427 commented 9 months ago

I'm talking about these ones: https://www.iconify.eu/pages/cookies-privacy.php#:~:text=Iconify%20uses%20cookies%20to%20recognize,provide%20information%20concerning%20personal%20identification.

Is this website connected to the Iconify service? You can actually visit the official Iconify website using this link: https://iconify.design/

Are you certain you're checking the cookies tab and not the local storage tab in your browser's developer tools? I'm not seeing any cookies related to Iconify or Nuxt/Icons on my website or on https://nuxt.com.

ennioVisco commented 9 months ago

What cookies are you talking about?

To clarify, they are not actually cookies but this information is stored in the Local Storage (this is perhaps why you cannot see it on nuxt website