Merge pull request #816 from jeromew/patch-1
Add __gads cookie in adsense service
This commit is contained in:
commit
bc99c2d53a
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue