gdpr-consent
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "gdpr-consent", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "GDPR banner to comply with the European cookie law. Inspired by tarteaucitronjs.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -28,16 +28,16 @@ [![NPM version](https://badge.fury.io/js/gdpr-consent.svg)](http://badge.fury.io/js/gdpr-consent) | ||
<script type="text/javascript"> | ||
GDPRConsent.init({ | ||
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ | ||
"cookieName": "tarteaucitron", /* Cookie name */ | ||
"timeExpire": 31536000000, /* Cookie expiration time */ | ||
GDPRConsent.init({ | ||
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ | ||
"cookieName": "tarteaucitron", /* Cookie name */ | ||
"timeExpire": 31536000000, /* Cookie expiration time */ | ||
"websiteName": "Les Jours", /* The name of the Website */ | ||
"websiteName": "Les Jours", /* The name of the Website */ | ||
"highPrivacy": true, /* Disable auto consent */ | ||
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */ | ||
"highPrivacy": true, /* Disable auto consent */ | ||
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */ | ||
"moreInfoLink": true, /* Show more info link */ | ||
"moreInfoLink": true, /* Show more info link */ | ||
"mandatory": false /* Show a message about mandatory cookies */ | ||
}); | ||
"mandatory": false /* Show a message about mandatory cookies */ | ||
}); | ||
</script> | ||
@@ -44,0 +44,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95581