cookie-consent-js
Advanced tools
Comparing version 2.0.8 to 2.0.9
{ | ||
"name": "cookie-consent-js", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "A simple dialog and framework to handle the EU law (as written by EuGH, 1.10.2019 – C-673/17) about cookies in a website.", | ||
@@ -5,0 +5,0 @@ "main": "src/cookie-consent.js", |
@@ -57,3 +57,3 @@ # cookie-consent-js | ||
In `props` you should at least define `privacyPolicyUrl`. See below "Configuration properties". | ||
In `props` you should at least define `contentUrl` and `privacyPolicyUrl`. See below "Configuration properties". | ||
@@ -60,0 +60,0 @@ ### 5. Enable "Cookie settings" in your service navigation |
58905