Merge pull request #816 from jeromew/patch-1

Add __gads cookie in adsense service
This commit is contained in:
Amauri CHAMPEAUX 2021-10-21 16:09:16 +02:00 committed by GitHub
commit bc99c2d53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1617,7 +1617,7 @@ tarteaucitron.services.adsense = {
"uri": "https://adssettings.google.com/", "uri": "https://adssettings.google.com/",
"needConsent": true, "needConsent": true,
"readmoreLink": "https://policies.google.com/technologies/partner-sites", "readmoreLink": "https://policies.google.com/technologies/partner-sites",
"cookies": [], "cookies": ['__gads'],
"js": function () { "js": function () {
"use strict"; "use strict";
tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'); tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');