Add ABTasty

This commit is contained in:
Amauri CHAMPEAUX 2019-10-30 09:03:13 +01:00 committed by GitHub
parent ee2f2f4690
commit b292403656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -30,6 +30,23 @@ tarteaucitron.services.iframe = {
}
};
// abtasty
tarteaucitron.services.abtasty = {
"key": "abtasty",
"type": "api",
"name": "ABTasty",
"uri": "https://www.abtasty.com/terms-of-use/",
"needConsent": true,
"cookies": ['ABTasty', 'ABTastySession'],
"js": function () {
"use strict";
if (tarteaucitron.user.abtastyID === undefined) {
return;
}
tarteaucitron.addScript('//try.abtasty.com/'+tarteaucitron.user.abtastyID+'.js');
}
};
// addthis
tarteaucitron.services.addthis = {
"key": "addthis",