0

I am dealing with an issue concerning cookies and hope someone can help me sorting out my brain

I have a widget, which can be implemented in external websites via script-Tag. The widget is written in vanilla javascript. The widget can use localStorage to store changes in the widget, but it doesn't need to. There should be a way to execute the script, while declining the use of localStorage when needed.

When I'm responsible for the code, there is no problem to set my own cookie permission. But on external websites there may be different plugins (for example Borlabs or Cookieoverlay with Wordpress) and I am looking for a way to globally keep an eye out for cookie permission. In other words, how can I access the cookie permission of external websites without knowing in which format it will be?

I think I might be missing something. Any ideas?

0 Answers0