Changes between Version 2 and Version 3 of Ticket #44043, comment 12
- Timestamp:
- 05/14/2018 12:32:15 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44043, comment 12
v2 v3 5 5 That is exactly why we need a framework for signaling the consent state. 6 6 7 If the script is being assembled in PHP, the plugin developer could construct the script so that it works, even if tracking is not wanted. Cookiebot does provide a JS API to get the consent state, however the whole point is to make plugin-agnostic framework.7 If the script is being assembled in PHP, the plugin developer could construct the script so that it works, even if tracking is not wanted. Cookiebot does provide a JS API to get the consent state, however the whole point is to make a plugin-agnostic framework. 8 8 9 9 You're right, tracking may come in other forms than cookies, such as HTML5 Local Storage, Flash Local Shared Object, Silverlight Isolated Storage, IndexedDB, ultrasound beacons (yes, some use ultrasound for tracking), pixel tags etc.