-
## Description
![image](https://user-images.githubusercontent.com/8590349/40471593-664b9dee-5f37-11e8-9b07-9ca178fd45b8.png)
## Expected Behavior
In the demo, shown in the screenshot, the Goo…
-
## Description
If trackers are omitted in the settings but are specified in the ConsentCookie for the current user, they still are visible
```javascript
// An example of ConsentCookie initializ…
-
When uninstalling the plugin, the configuration is deleted as well. This is a feature.
However, for now, the only way to upgrade the plugin, is by uninstalling the old plugin and installing the new o…
-
## Description
A consent initialized with a consent having initstate:alwayson does not have the alwayson state.
#6 describes the change initstate:disabled to initstate:alwayson.
This is implemented…
-
Veelbelovend maar nog niet helemaal duidelijk genoeg. De icoontjes links in de popup zijn (voor mij) nietszeggend op dit moment. Dit zou veel duidelijker moeten zijn wat de verschillende soorten cooki…
-
Hi, how do I check for whether consent has been given? Because once it has, the consent tool shouldn't be shown anymore to users.
I tried using
```
__cmp('getConsentData', null, function(result)…
-
By default, the template used by `dotnet new web` for example sets up the `CookiePolicyOptions` to always require consent:
```CS
services.Configure(options => {
// This lambda determines whether…