Update Soundcloud, Facebook and Ausha services

Add cookies list for Soundcloud and Facebook
Set needConsent to false as it doesn't use cookies
This commit is contained in:
Marc Bellêtre 2021-05-05 15:55:25 +02:00
parent f7a12bcb9a
commit 6385d8dc19
1 changed files with 3 additions and 3 deletions

View File

@ -1261,7 +1261,7 @@ tarteaucitron.services.facebook = {
"name": "Facebook", "name": "Facebook",
"uri": "https://www.facebook.com/policy.php", "uri": "https://www.facebook.com/policy.php",
"needConsent": true, "needConsent": true,
"cookies": [], "cookies": ['xs', 'sb', 'fr', 'datr', 'dpr', 'c_user'],
"js": function () { "js": function () {
"use strict"; "use strict";
tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], ''); 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', type: 'video',
name: 'SoundCloud', name: 'SoundCloud',
needConsent: true, needConsent: true,
cookies: ['sc_anonymous_id'], cookies: ['sc_anonymous_id', 'sclocale'],
js: function () { js: function () {
"use strict"; "use strict";
tarteaucitron.fallback(['soundcloud_player'], function (x) { tarteaucitron.fallback(['soundcloud_player'], function (x) {
@ -4073,7 +4073,7 @@ tarteaucitron.services.ausha = {
type: "video", type: "video",
name: "Ausha", name: "Ausha",
uri: "https://www.ausha.co/protection-personal-data/", uri: "https://www.ausha.co/protection-personal-data/",
needConsent: true, needConsent: false,
cookies: [], cookies: [],
js: function () { js: function () {
"use strict"; "use strict";