RGPD friendly cookie manager
fork from : https://github.com/AmauriC/tarteaucitron.js.git
|
6 years ago | |
---|---|---|
css | 6 years ago | |
lang | 6 years ago | |
LICENSE | 10 years ago | |
README.md | 6 years ago | |
advertising.js | 10 years ago | |
tarteaucitron.js | 6 years ago | |
tarteaucitron.services.js | 6 years ago |
Comply to the european cookie law is simple with the french tarte au citron.
The european cookie law regulates the management of cookies and you should ask your visitors their consent before exposing them to third party services.
Clearly this script will:
Bonus:
<script type="text/javascript" src="/tarteaucitron/tarteaucitron.js"></script>
<script type="text/javascript">
tarteaucitron.init({
"privacyUrl": "", /* Privacy policy url */
"hashtag": "#tarteaucitron", /* Open the panel with this hashtag */
"cookieName": "tartaucitron", /* Cookie name */
"orientation": "top", /* Banner position (top - bottom) */
"showAlertSmall": true, /* Show the small banner on bottom right */
"cookieslist": true, /* Show the cookie list */
"adblocker": false, /* Show a Warning if an adblocker is detected */
"AcceptAllCta" : true, /* Show the accept all button when highPrivacy on */
"highPrivacy": false, /* Disable auto consent */
"handleBrowserDNTRequest": false, /* If Do Not Track == 1, accept all */
"removeCredit": false, /* Remove credit link */
"moreInfoLink": true, /* Show more info link */
//"cookieDomain": ".my-multisite-domaine.fr" /* Shared cookie for subdomain website */
});
</script>