Merge pull request #690 from marcbelletre/master

Update Soundcloud, Facebook and Ausha services
This commit is contained in:
Amauri CHAMPEAUX 2021-05-05 16:25:18 +02:00 committed by GitHub
commit 95723bcc20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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) {