From 6385d8dc1917da4fbecd4fbfd943b9c9f46061bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Bell=C3=AAtre?= Date: Wed, 5 May 2021 15:55:25 +0200 Subject: [PATCH] Update Soundcloud, Facebook and Ausha services Add cookies list for Soundcloud and Facebook Set needConsent to false as it doesn't use cookies --- tarteaucitron.services.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index fb2b50d..8c55662 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -1261,7 +1261,7 @@ tarteaucitron.services.facebook = { "name": "Facebook", "uri": "https://www.facebook.com/policy.php", "needConsent": true, - "cookies": [], + "cookies": ['xs', 'sb', 'fr', 'datr', 'dpr', 'c_user'], "js": function () { "use strict"; tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], ''); @@ -2505,7 +2505,7 @@ tarteaucitron.services.soundcloud = { type: 'video', name: 'SoundCloud', needConsent: true, - cookies: ['sc_anonymous_id'], + cookies: ['sc_anonymous_id', 'sclocale'], js: function () { "use strict"; tarteaucitron.fallback(['soundcloud_player'], function (x) { @@ -4073,7 +4073,7 @@ tarteaucitron.services.ausha = { type: "video", name: "Ausha", uri: "https://www.ausha.co/protection-personal-data/", - needConsent: true, + needConsent: false, cookies: [], js: function () { "use strict";