The whole ordeal of following the GDPR-laws is to have the consent / permission of our websites users before we set any types of cookies, other that the necessary ones.
This is achieved by blocking a certain script from executing, with out provided API-protocols.
Website owners should be able to integrate his webpage with Cookie Information API to prevent
cookies from being set (if so decided).
Script types to handle:
- inline
- external
- pixels
- iframe
To block a script you need to define what type of cookie the script sets
By default, there are 5 basic cookie types:
- cookie_cat_necessary
- cookie_cat_functional
- cookie_cat_statistic
- cookie_cat_marketing
- cookie_cat_unclassified
The following guides will show in-depth how to block the different types script.