tiki-archive / integrations

A collection of example implementations
MIT License
1 stars 1 forks source link

Manually add services that set cookies #22

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

Although our cookies scanner can miss external additions, such as those made with an iframe, users can manually set the services that set cookies in the TIKI WooCommerce plugins' settings.

This can be done by identifying the tag that sets the cookie with a specific data attribute that will be used to remove it before the browser loads it. This way any missing services that set cookies and were not identified by the scanners can also be added to the cookies categorization UI for easy categorization.

Tasks

ricardobrg commented 1 year ago

Moved to a different direction see #18