RGPD friendly cookie manager
fork from : https://github.com/AmauriC/tarteaucitron.js.git
|
7 jaren geleden | |
---|---|---|
css | 7 jaren geleden | |
lang | 7 jaren geleden | |
LICENSE | 10 jaren geleden | |
README.md | 7 jaren geleden | |
advertising.js | 10 jaren geleden | |
tarteaucitron.js | 7 jaren geleden | |
tarteaucitron.services.js | 7 jaren geleden |
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:
Advertising network
APIs
Audience measurement
Comment
Marketing Automation & CRM
Social network
Support
Video
In PHP for example, you can bypass all the script by setting this var tarteaucitron.user.bypass = true;
if the visitor is not in the EU.
<script type="text/javascript" src="/tarteaucitron/tarteaucitron.js"></script>
<script type="text/javascript">
tarteaucitron.init({
"hashtag": "#tarteaucitron", /* Ouverture automatique du panel avec le hashtag */
"highPrivacy": false, /* désactiver le consentement implicite (en naviguant) ? */
"orientation": "top", /* le bandeau doit être en haut (top) ou en bas (bottom) ? */
"adblocker": false, /* Afficher un message si un adblocker est détecté */
"showAlertSmall": true, /* afficher le petit bandeau en bas à droite ? */
"cookieslist": true, /* Afficher la liste des cookies installés ? */
"removeCredit": false, /* supprimer le lien vers la source ? */
"handleBrowserDNTRequest": false, /* Répondre au DoNotTrack du navigateur ?*/
"cookieDomain": ".my-multisite-domaine.fr" /* Nom de domaine sur lequel sera posé le cookie - pour les multisites / sous-domaines - Facultatif */
});
</script>