Merge pull request #331 from snapeuh/master

Add leadforensics
This commit is contained in:
Amauri CHAMPEAUX 2019-06-13 08:56:29 +02:00 committed by GitHub
commit 6029ea3d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

@ -637,6 +637,33 @@ tarteaucitron.services.datingaffiliationpopup = {
}
};
// leadforensics
tarteaucitron.services.leadforensics = {
"key": "leadforensics",
"type": "analytic",
"name": "LeadForensics",
"uri": "https://www.leadforensics.com/privacy-policy/",
"needConsent": true,
"cookies": ['trackalyzer'],
"js": function () {
"use strict";
if (tarteaucitron.user.leadforensicsSf14gv === undefined ||
tarteaucitron.user.leadforensicsIidentifier === undefined) {
return;
}
window.sf14gv = tarteaucitron.user.leadforensicsSf14gv;
(function() {
var sf14g = document.createElement('script'); sf14g.type = 'text/javascript'; sf14g.async = true;
sf14g.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 't.sf14g.com/sf14g.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sf14g, s);
})();
tarteaucitron.addScript('//secure.leadforensics.com/js/' + tarteaucitron.user.leadforensicsIidentifier + '.js');
}
};
// disqus
tarteaucitron.services.disqus = {
"key": "disqus",